Interface | 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. |
Class | Description |
---|---|
ChartEditorManager |
The central point for obtaining
ChartEditor instances for editing
charts. |
DefaultAxisEditor |
A panel for editing the properties of an axis.
|
DefaultChartEditor |
A panel for editing chart properties (includes subpanels for the title,
legend and plot).
|
DefaultChartEditorFactory |
A default implementation of the
ChartEditorFactory interface. |
DefaultLogAxisEditor |
A panel for editing properties of a
LogAxis . |
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 . |