org.jfree.chart.editor

Class DefaultChartEditorFactory

Implemented Interfaces:
ChartEditorFactory

public class DefaultChartEditorFactory
extends java.lang.Object
implements ChartEditorFactory

A default implementation of the ChartEditorFactory interface.

Constructor Summary

DefaultChartEditorFactory()
Creates a new instance.

Method Summary

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

Constructor Details

DefaultChartEditorFactory

public DefaultChartEditorFactory()
Creates a new instance.

Method Details

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.