-
- All Known Implementing Classes:
DefaultChartEditorFactory
public interface ChartEditorFactory
A factory for creating newChartEditorinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartEditorcreateEditor(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.
-
-