public class

DefaultChartEditorFactory

extends Object
implements ChartEditorFactory
java.lang.Object
   ↳ org.jfree.chart.editor.DefaultChartEditorFactory

Class Overview

A default implementation of the ChartEditorFactory interface.

Summary

Public Constructors
DefaultChartEditorFactory()
Creates a new instance.
Public Methods
ChartEditor createEditor(JFreeChart chart)
Returns a new instance of a ChartEditor.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.jfree.chart.editor.ChartEditorFactory

Public Constructors

public DefaultChartEditorFactory ()

Creates a new instance.

Public Methods

public ChartEditor createEditor (JFreeChart chart)

Returns a new instance of a ChartEditor.

Parameters
chart the chart.
Returns
  • A chart editor for the given chart.