| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.editor.ChartEditorManagerpublic class ChartEditorManagerextends java.lang.ObjectChartEditor 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).
Method Summary | |
static ChartEditor |
|
static ChartEditorFactory |
|
static void |
|
public static ChartEditor getChartEditor(JFreeChart chart)
Returns a component that can be used to edit the given chart.
- Parameters:
chart- the chart.
- Returns:
- The chart editor.
public static ChartEditorFactory getChartEditorFactory()
Returns the current factory.
- Returns:
- The current factory (never
null).
public static void setChartEditorFactory(ChartEditorFactory f)
Sets the chart editor factory.
- Parameters:
f- the new factory (nullnot permitted).