Uses of Class
org.jfree.chart.plot.ColorPalette

Packages that use ColorPalette
org.jfree.chart.axis Axis classes and interfaces. 
org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. 
org.jfree.chart.plot Plot classes and related interfaces. 
 

Uses of ColorPalette in org.jfree.chart.axis
 

Methods in org.jfree.chart.axis that return ColorPalette
 ColorPalette ColorBar.getColorPalette()
          Returns the color palette.
 

Methods in org.jfree.chart.axis with parameters of type ColorPalette
 void ColorBar.setColorPalette(ColorPalette palette)
          Sets the color palette.
 

Uses of ColorPalette in org.jfree.chart.editor
 

Methods in org.jfree.chart.editor that return ColorPalette
 ColorPalette PaletteSample.getPalette()
          Returns the current palette object being displayed.
 

Methods in org.jfree.chart.editor with parameters of type ColorPalette
 void PaletteSample.setPalette(ColorPalette palette)
          Sets the palette object being displayed.
 

Constructors in org.jfree.chart.editor with parameters of type ColorPalette
PaletteSample(ColorPalette palette)
          Creates a new sample.
 

Uses of ColorPalette in org.jfree.chart.plot
 

Subclasses of ColorPalette in org.jfree.chart.plot
 class GreyPalette
          A grey color palette.
 class RainbowPalette
          Contains the data to constuct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device.