Uses of Class
org.jfree.chart.ui.ColorPalette
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Uses of ColorPalette in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return ColorPalette Modifier and Type Method Description ColorPaletteColorBar. getColorPalette()Returns the color palette.Methods in org.jfree.chart.axis with parameters of type ColorPalette Modifier and Type Method Description voidColorBar. setColorPalette(ColorPalette palette)Sets the color palette. -
Uses of ColorPalette in org.jfree.chart.ui
Subclasses of ColorPalette in org.jfree.chart.ui Modifier and Type Class Description classGreyPaletteA grey color palette.classRainbowPaletteContains the data to constuct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device.Methods in org.jfree.chart.ui that return ColorPalette Modifier and Type Method Description ColorPalettePaletteSample. getPalette()Returns the current palette object being displayed.ColorPalettePaletteChooserPanel. getSelectedPalette()Returns the selected palette.Methods in org.jfree.chart.ui with parameters of type ColorPalette Modifier and Type Method Description voidPaletteSample. setPalette(ColorPalette palette)Sets the palette object being displayed.Constructors in org.jfree.chart.ui with parameters of type ColorPalette Constructor Description PaletteSample(ColorPalette palette)Creates a new sample.