java.lang.Object
java.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.event.PlotChangeEvent
- All Implemented Interfaces:
Serializable
An event that can be forwarded to any
PlotChangeListener
to signal a change to a
plot.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jfree.chart.event.ChartChangeEvent
getChart, getType, setChart, setType
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PlotChangeEvent
Creates a new PlotChangeEvent.- Parameters:
plot
- the plot that generated the event (null
not permitted).
-
-
Method Details
-
getPlot
Returns the plot that generated the event (set in the constructor).- Returns:
- The plot that generated the event.
-