org.jfree.chart.editor

Interface ChartEditorFactory

public interface ChartEditorFactory

A factory for creating new ChartEditor instances.
Method Summary
ChartEditorcreateEditor(JFreeChart chart)
Creates an editor for the given chart.

Method Detail

createEditor

public ChartEditor createEditor(JFreeChart chart)
Creates an editor for the given chart.

Parameters: chart the chart.

Returns: A chart editor.