Uses of Class
org.jfree.chart.event.ChartChangeEvent
-
Uses of ChartChangeEvent in org.jfree.chart
Modifier and TypeMethodDescriptionvoid
ChartPanel.chartChanged
(ChartChangeEvent event) Receives notification of changes to the chart, and redraws the chart.protected void
JFreeChart.notifyListeners
(ChartChangeEvent event) Sends aChartChangeEvent
to all registered listeners. -
Uses of ChartChangeEvent in org.jfree.chart.event
Modifier and TypeClassDescriptionclass
An event that can be forwarded to anyAnnotationChangeListener
to signal a change to anAnnotation
.class
A change event that encapsulates information about a change to an axis.class
An event that can be forwarded to anyMarkerChangeListener
to signal a change to aMarker
.class
An event that can be forwarded to anyPlotChangeListener
to signal a change to a plot.class
An event that can be forwarded to anyRendererChangeListener
to signal a change to a renderer.class
A change event that encapsulates information about a change to a chart title.Modifier and TypeMethodDescriptionvoid
ChartChangeListener.chartChanged
(ChartChangeEvent event) Receives notification of a chart change event. -
Uses of ChartChangeEvent in org.jfree.chart.plot.dial
Modifier and TypeClassDescriptionclass
An event that can be forwarded to anyDialLayerChangeListener
to signal a change to aDialLayer
.