Package org.jfree.chart.editor
Provides a simple (but so far incomplete) framework for editing chart
properties.
-
Interface Summary Interface Description ChartEditor A chart editor is typically aJComponentcontaining a user interface for modifying the properties of a chart.ChartEditorFactory A factory for creating newChartEditorinstances. -
Class Summary Class Description ChartEditorManager The central point for obtainingChartEditorinstances 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 theChartEditorFactoryinterface.DefaultLogAxisEditor A panel for editing properties of aLogAxis.DefaultNumberAxisEditor A panel for editing the properties of a value axis.DefaultPlotEditor A panel for editing the properties of aPlot.DefaultPolarPlotEditor A panel for editing the properties of aPolarPlot.DefaultTitleEditor A panel for editing the properties of a chart title.DefaultValueAxisEditor A panel for editing properties of aValueAxis.