Uses of Interface
org.jfree.chart.editor.ChartEditor
-
Packages that use ChartEditor Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of ChartEditor in org.jfree.chart.editor
Classes in org.jfree.chart.editor that implement ChartEditor Modifier and Type Class Description (package private) class
DefaultChartEditor
A panel for editing chart properties (includes subpanels for the title, legend and plot).Methods in org.jfree.chart.editor that return ChartEditor Modifier and Type Method Description ChartEditor
ChartEditorFactory. createEditor(JFreeChart chart)
Creates an editor for the given chart.ChartEditor
DefaultChartEditorFactory. createEditor(JFreeChart chart)
Returns a new instance of aChartEditor
.static ChartEditor
ChartEditorManager. getChartEditor(JFreeChart chart)
Returns a component that can be used to edit the given chart.
-