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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new AxisChangeEvent.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the axis that generated the event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new AxisChangeEvent.
axis | the axis that generated the event. |
---|
Returns the axis that generated the event.