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