Header
And More


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()
          Deprecated. Returns the color palette.
 

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

Uses of ColorPalette in org.jfree.chart.editor
 

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

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

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

Uses of ColorPalette in org.jfree.chart.plot
 

Subclasses of ColorPalette in org.jfree.chart.plot
 class GreyPalette
          Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
 class RainbowPalette
          Deprecated. This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.