package

org.jfree.chart.editor

Provides a simple (but so far incomplete) framework for editing chart properties.

Interfaces

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. 

Classes

ChartEditorManager The central point for obtaining ChartEditor instances for editing charts. 
DefaultChartEditorFactory A default implementation of the ChartEditorFactory interface. 
PaletteSample This class is 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.