| java.lang.Object | |
| ↳ | org.jfree.chart.editor.ChartEditorManager |
The central point for obtaining ChartEditor instances for editing
charts. Right now, the API is minimal - the plan is to extend this class
to provide customisation options for chart editors (for example, make some
editor items read-only).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a component that can be used to edit the given chart.
| |||||||||||
Returns the current factory.
| |||||||||||
Sets the chart editor factory.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a component that can be used to edit the given chart.
| chart | the chart. |
|---|
Returns the current factory.
null).
Sets the chart editor factory.
| f | the new factory (null not permitted).
|
|---|