| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ColorPalette |
ColorBar.getColorPalette()
Deprecated.
Returns the color palette.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorBar.setColorPalette(ColorPalette palette)
Deprecated.
Sets the color palette.
|
| Modifier and Type | Method and Description |
|---|---|
ColorPalette |
PaletteSample.getPalette()
Deprecated.
Returns the current palette object being displayed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaletteSample.setPalette(ColorPalette palette)
Deprecated.
Sets the palette object being displayed.
|
| Constructor and Description |
|---|
PaletteSample(ColorPalette palette)
Deprecated.
Creates a new sample.
|
| Modifier and Type | Class and Description |
|---|---|
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. |