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 ColorPalette
ColorBar. getColorPalette()
Returns the color palette.Methods in org.jfree.chart.axis with parameters of type ColorPalette Modifier and Type Method Description void
ColorBar. 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 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.Methods in org.jfree.chart.ui that return ColorPalette Modifier and Type Method Description ColorPalette
PaletteSample. getPalette()
Returns the current palette object being displayed.ColorPalette
PaletteChooserPanel. getSelectedPalette()
Returns the selected palette.Methods in org.jfree.chart.ui with parameters of type ColorPalette Modifier and Type Method Description void
PaletteSample. 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.