org.jfree.chart.event
Class PlotChangeEvent
java.lang.Object
java.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.event.PlotChangeEvent
- All Implemented Interfaces:
- Serializable
public class PlotChangeEvent
- extends ChartChangeEvent
An event that can be forwarded to any
PlotChangeListener
to signal a change to a
plot.
- See Also:
- Serialized Form
Method Summary |
Plot |
getPlot()
Returns the plot that generated the event. |
PlotChangeEvent
public PlotChangeEvent(Plot plot)
- Creates a new PlotChangeEvent.
- Parameters:
plot
- the plot that generated the event.
getPlot
public Plot getPlot()
- Returns the plot that generated the event.
- Returns:
- The plot that generated the event.
Copyright © 2001-2012 JFree.org. All Rights Reserved.