| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | org.jfree.chart.event.ChartChangeEvent | ||
| ↳ | org.jfree.chart.event.AxisChangeEvent | ||
A change event that encapsulates information about a change to an axis.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new AxisChangeEvent.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the axis 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 AxisChangeEvent.
| axis | the axis that generated the event. |
|---|
Returns the axis that generated the event.