Package org.jfree.chart.editor
Interface ChartEditorFactory
-
- All Known Implementing Classes:
DefaultChartEditorFactory
public interface ChartEditorFactory
A factory for creating newChartEditor
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartEditor
createEditor(JFreeChart chart)
Creates an editor for the given chart.
-
-
-
Method Detail
-
createEditor
ChartEditor createEditor(JFreeChart chart)
Creates an editor for the given chart.- Parameters:
chart
- the chart.- Returns:
- A chart editor.
-
-