Package | Description |
---|---|
org.jfree.chart.editor |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultChartEditor
A panel for editing chart properties (includes subpanels for the title,
legend and plot).
|
Modifier and Type | Method and Description |
---|---|
ChartEditor |
ChartEditorFactory.createEditor(JFreeChart chart)
Creates an editor for the given chart.
|
ChartEditor |
DefaultChartEditorFactory.createEditor(JFreeChart chart)
Returns a new instance of a
ChartEditor . |
static ChartEditor |
ChartEditorManager.getChartEditor(JFreeChart chart)
Returns a component that can be used to edit the given chart.
|