Uses of Class
org.jfree.chart.event.ChartChangeEvent
Packages that use ChartChangeEvent
-
Uses of ChartChangeEvent in org.jfree.chart
Methods in org.jfree.chart with parameters of type ChartChangeEventModifier 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
Subclasses of ChartChangeEvent in org.jfree.chart.eventModifier 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.Methods in org.jfree.chart.event with parameters of type ChartChangeEventModifier and TypeMethodDescriptionvoid
ChartChangeListener.chartChanged
(ChartChangeEvent event) Receives notification of a chart change event. -
Uses of ChartChangeEvent in org.jfree.chart.plot.dial
Subclasses of ChartChangeEvent in org.jfree.chart.plot.dialModifier and TypeClassDescriptionclass
An event that can be forwarded to anyDialLayerChangeListener
to signal a change to aDialLayer
.