| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | org.jfree.chart.event.ChartChangeEvent | ||
| ↳ | org.jfree.chart.event.PlotChangeEvent | ||
An event that can be forwarded to any
PlotChangeListener to signal a change to a
plot.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new PlotChangeEvent.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Creates a new PlotChangeEvent.
| plot | the plot that generated the event. |
|---|
Returns the plot that generated the event.