Uses of Class
org.pentaho.chart.model.Palette

Packages that use Palette
org.pentaho.chart.model   
 

Uses of Palette in org.pentaho.chart.model
 

Fields in org.pentaho.chart.model declared as Palette
static Palette Plot.DEFAULT_PALETTE
           
 

Methods in org.pentaho.chart.model that return Palette
 Palette Plot.getPalette()
           
 

Methods in org.pentaho.chart.model with parameters of type Palette
 void Plot.setPalette(Palette colorPalette)
          A Palette is a list of RGB colors in Hex format (i.e.
 

Constructors in org.pentaho.chart.model with parameters of type Palette
Palette(Palette otherPalette)