org.jfree.chart.editor
public class ChartEditorManager extends Object
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.
|
Parameters: chart the chart.
Returns: The chart editor.
Returns: The current factory (never null
).
Parameters: f the new factory (null
not permitted).