|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.editor.ChartEditorManager
public class 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).
Method Summary | |
---|---|
static ChartEditor |
getChartEditor(JFreeChart chart)
Returns a component that can be used to edit the given chart. |
static ChartEditorFactory |
getChartEditorFactory()
Returns the current factory. |
static void |
setChartEditorFactory(ChartEditorFactory f)
Sets the chart editor factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ChartEditorFactory getChartEditorFactory()
null
).public static void setChartEditorFactory(ChartEditorFactory f)
f
- the new factory (null
not permitted).public static ChartEditor getChartEditor(JFreeChart chart)
chart
- the chart.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |