|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.jrefinery.chart.event.ChartChangeEvent | +--com.jrefinery.chart.event.AxisChangeEvent
A change event that encapsulates information about a change to an axis.
Fields inherited from class com.jrefinery.chart.event.ChartChangeEvent |
GENERAL, NEW_DATASET, UPDATED_DATASET |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AxisChangeEvent(Axis axis)
Creates a new AxisChangeEvent. |
Method Summary | |
Axis |
getAxis()
Returns the axis that generated the event. |
Methods inherited from class com.jrefinery.chart.event.ChartChangeEvent |
getChart, getType, setChart, setType |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AxisChangeEvent(Axis axis)
axis
- the axis that generated the event.Method Detail |
public Axis getAxis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |