Package org.jfree.chart.editor
Interface ChartEditor
-
- All Known Implementing Classes:
DefaultChartEditor
public interface ChartEditorA chart editor is typically aJComponentcontaining a user interface for modifying the properties of a chart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateChart(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.
-
-