public class DefaultChartEditorFactory extends Object implements ChartEditorFactory
ChartEditorFactory
interface.Constructor and Description |
---|
DefaultChartEditorFactory()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ChartEditor |
createEditor(JFreeChart chart)
Returns a new instance of a
ChartEditor . |
public DefaultChartEditorFactory()
public ChartEditor createEditor(JFreeChart chart)
ChartEditor
.createEditor
in interface ChartEditorFactory
chart
- the chart.Copyright © 2001–2017 JFree.org. All rights reserved.