java.lang.Object
org.jfree.chart.editor.DefaultChartEditorFactory
- All Implemented Interfaces:
ChartEditorFactory
A default implementation of the
ChartEditorFactory
interface.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEditor
(JFreeChart chart) Returns a new instance of aChartEditor
.
-
Constructor Details
-
DefaultChartEditorFactory
public DefaultChartEditorFactory()Creates a new instance.
-
-
Method Details
-
createEditor
Returns a new instance of aChartEditor
.- Specified by:
createEditor
in interfaceChartEditorFactory
- Parameters:
chart
- the chart.- Returns:
- A chart editor for the given chart.
-