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 aJComponent
containing a user interface for modifying the properties of a chart.ChartEditorFactory A factory for creating newChartEditor
instances. -
Class Summary Class Description ChartEditorManager The central point for obtainingChartEditor
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 theChartEditorFactory
interface.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
.