Package | Description |
---|---|
org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
Modifier and Type | Method and Description |
---|---|
ChartEditor |
DefaultChartEditorFactory.createEditor(JFreeChart chart)
Returns a new instance of a
ChartEditor . |
ChartEditor |
ChartEditorFactory.createEditor(JFreeChart chart)
Creates an editor for the given chart.
|
static ChartEditor |
ChartEditorManager.getChartEditor(JFreeChart chart)
Returns a component that can be used to edit the given chart.
|