org.jfree.chart.event
public class PlotChangeEvent extends ChartChangeEvent
Constructor Summary | |
---|---|
PlotChangeEvent(Plot plot)
Creates a new PlotChangeEvent.
|
Method Summary | |
---|---|
Plot | getPlot()
Returns the plot that generated the event.
|
Parameters: plot the plot that generated the event.
Returns: The plot that generated the event.