Uses of Interface
org.jfree.chart.editor.ChartEditor
Package
Description
Provides a simple (but so far incomplete) framework for editing chart
properties.
-
Uses of ChartEditor in org.jfree.chart.editor
Modifier and TypeMethodDescriptionChartEditorFactory.createEditor
(JFreeChart chart) Creates an editor for the given chart.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.