TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Class GradientGeneratorPalette

java.lang.Object
  extended by org.eclipse.tptp.platform.report.tools.internal.GradientGeneratorPalette
All Implemented Interfaces:
IPalette

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 class GradientGeneratorPalette
extends java.lang.Object
implements IPalette

Gradient Palette using IGradientGenerator for more than two gradient color palette.


Field Summary
protected  IGradientGenerator generator_
          Deprecated.  
protected  int num_color_
          Deprecated.  
 
Constructor Summary
GradientGeneratorPalette(int _num_color, IGradientGenerator _generator)
          Deprecated.  
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator_

protected IGradientGenerator generator_
Deprecated. 

num_color_

protected int num_color_
Deprecated. 
Constructor Detail

GradientGeneratorPalette

public GradientGeneratorPalette(int _num_color,
                                IGradientGenerator _generator)
Deprecated. 
Method Detail

getNumColors

public int getNumColors()
Deprecated. 
Description copied from interface: IPalette
returns the color number

Specified by:
getNumColors in interface IPalette

getColor

public DColor getColor(int index)
Deprecated. 
Description copied from interface: IPalette
returns the DColor at the index index int the palette

Specified by:
getColor in interface IPalette

getRGBA

public int getRGBA(int index)
Deprecated. 
Description copied from interface: IPalette
returns the RGBA color at the index index int the palette

Specified by:
getRGBA in interface IPalette

TPTP 4.5.0 Platform Project
Internal API Specification