org.jfree.chart.editor
public class DefaultChartEditorFactory extends Object implements ChartEditorFactory
| Constructor Summary | |
|---|---|
| DefaultChartEditorFactory()
Creates a new instance. | |
| Method Summary | |
|---|---|
| ChartEditor | createEditor(JFreeChart chart)
Returns a new instance of a ChartEditor.
|
Parameters: chart the chart.
Returns: A chart editor for the given chart.