| Package | Description |
|---|---|
| org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChartEditorFactory
A default implementation of the
ChartEditorFactory interface. |
| Modifier and Type | Method and Description |
|---|---|
static ChartEditorFactory |
ChartEditorManager.getChartEditorFactory()
Returns the current factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChartEditorManager.setChartEditorFactory(ChartEditorFactory f)
Sets the chart editor factory.
|