public interface ChartEditor
A chart editor is typically a
JComponent
containing a user interface
for modifying the properties of a chart.-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateChart
(JFreeChart chart) Applies the changes to the specified chart.
-
Method Details
-
updateChart
Applies the changes to the specified chart.- Parameters:
chart
- the chart.
-