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.DefaultChartEditorFactory A default implementation of theChartEditorFactoryinterface.DefaultLogAxisEditor A panel for editing properties of aLogAxis.DefaultPolarPlotEditor A panel for editing the properties of aPolarPlot.