Uses of Class
org.jfree.chart.plot.ColorPalette
-
Packages that use ColorPalette Package Description 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 Modifier and Type Method Description ColorPaletteColorBar. getColorPalette()Deprecated.Returns the color palette.Methods in org.jfree.chart.axis with parameters of type ColorPalette Modifier and Type Method Description voidColorBar. 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 Modifier and Type Method Description ColorPalettePaletteSample. getPalette()Deprecated.Returns the current palette object being displayed.Methods in org.jfree.chart.editor with parameters of type ColorPalette Modifier and Type Method Description voidPaletteSample. setPalette(ColorPalette palette)Deprecated.Sets the palette object being displayed.Constructors in org.jfree.chart.editor with parameters of type ColorPalette Constructor Description PaletteSample(ColorPalette palette)Deprecated.Creates a new sample. -
Uses of ColorPalette in org.jfree.chart.plot
Subclasses of ColorPalette in org.jfree.chart.plot Modifier and Type Class Description classGreyPaletteDeprecated.This class is no longer supported (as of version 1.0.4).classRainbowPaletteDeprecated.This class is no longer supported (as of version 1.0.4).
-