Package org.jfree.chart.editor
Interface ChartEditor
-
- All Known Implementing Classes:
DefaultChartEditor
public interface ChartEditor
A chart editor is typically aJComponent
containing a user interface for modifying the properties of a chart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateChart(JFreeChart chart)
Applies the changes to the specified chart.
-
-
-
Method Detail
-
updateChart
void updateChart(JFreeChart chart)
Applies the changes to the specified chart.- Parameters:
chart
- the chart.
-
-