public class

PlotChangeEvent

extends ChartChangeEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.jfree.chart.event.ChartChangeEvent
       ↳ org.jfree.chart.event.PlotChangeEvent

Class Overview

An event that can be forwarded to any PlotChangeListener to signal a change to a plot.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PlotChangeEvent(Plot plot)
Creates a new PlotChangeEvent.
Public Methods
Plot getPlot()
Returns the plot that generated the event.
[Expand]
Inherited Methods
From class org.jfree.chart.event.ChartChangeEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PlotChangeEvent (Plot plot)

Creates a new PlotChangeEvent.

Parameters
plot the plot that generated the event.

Public Methods

public Plot getPlot ()

Returns the plot that generated the event.

Returns
  • The plot that generated the event.