org.jfree.chart.editor

Class DefaultChartEditorFactory

public class DefaultChartEditorFactory extends Object implements ChartEditorFactory

A default implementation of the ChartEditorFactory interface.
Constructor Summary
DefaultChartEditorFactory()
Creates a new instance.
Method Summary
ChartEditorcreateEditor(JFreeChart chart)
Returns a new instance of a ChartEditor.

Constructor Detail

DefaultChartEditorFactory

public DefaultChartEditorFactory()
Creates a new instance.

Method Detail

createEditor

public ChartEditor createEditor(JFreeChart chart)
Returns a new instance of a ChartEditor.

Parameters: chart the chart.

Returns: A chart editor for the given chart.