| Package | Description |
|---|---|
| org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
| Class and Description |
|---|
| ChartEditor
A chart editor is typically a
JComponent containing a user interface
for modifying the properties of a chart. |
| ChartEditorFactory
A factory for creating new
ChartEditor instances. |
| DefaultAxisEditor
A panel for editing the properties of an axis.
|
| DefaultColorBarEditor
A DefaultColorBarEditor.
|
| DefaultNumberAxisEditor
A panel for editing the properties of a value axis.
|
| DefaultPlotEditor
A panel for editing the properties of a
Plot. |
| DefaultTitleEditor
A panel for editing the properties of a chart title.
|
| DefaultValueAxisEditor
A panel for editing properties of a
ValueAxis. |
| PaletteSample
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. |