org.jfree.chart.editor
Class DefaultChartEditorFactory
java.lang.Object
org.jfree.chart.editor.DefaultChartEditorFactory
- All Implemented Interfaces:
- ChartEditorFactory
public class DefaultChartEditorFactory
- extends Object
- implements ChartEditorFactory
A default implementation of the ChartEditorFactory
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultChartEditorFactory
public DefaultChartEditorFactory()
- Creates a new instance.
createEditor
public ChartEditor createEditor(JFreeChart chart)
- Returns a new instance of a
ChartEditor
.
- Specified by:
createEditor
in interface ChartEditorFactory
- Parameters:
chart
- the chart.
- Returns:
- A chart editor for the given chart.
Copyright © 2001-2012 JFree.org. All Rights Reserved.