Package org.jfree.chart.editor
Class DefaultChartEditorFactory
- java.lang.Object
-
- org.jfree.chart.editor.DefaultChartEditorFactory
-
- All Implemented Interfaces:
ChartEditorFactory
public class DefaultChartEditorFactory extends java.lang.Object implements ChartEditorFactory
A default implementation of theChartEditorFactory
interface.
-
-
Constructor Summary
Constructors Constructor Description DefaultChartEditorFactory()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartEditor
createEditor(JFreeChart chart)
Returns a new instance of aChartEditor
.
-
-
-
Method Detail
-
createEditor
public ChartEditor createEditor(JFreeChart chart)
Returns a new instance of aChartEditor
.- Specified by:
createEditor
in interfaceChartEditorFactory
- Parameters:
chart
- the chart.- Returns:
- A chart editor for the given chart.
-
-