-
public interface ChartEditor
A 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.
-
-