TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Interface IPalette

All Known Implementing Classes:
FullGradientPalette, GradientGeneratorPalette, GradientPalette, Palette

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IPalette

Interface to generate numberous colors.


Method Summary
 DColor getColor(int index)
          Deprecated. returns the DColor at the index index int the palette
 int getNumColors()
          Deprecated. returns the color number
 int getRGBA(int index)
          Deprecated. returns the RGBA color at the index index int the palette
 

Method Detail

getNumColors

int getNumColors()
Deprecated. 
returns the color number


getColor

DColor getColor(int index)
Deprecated. 
returns the DColor at the index index int the palette


getRGBA

int getRGBA(int index)
Deprecated. 
returns the RGBA color at the index index int the palette


TPTP 4.6.0 Platform Project
Internal API Specification