public class Axis3DChangeEvent extends java.util.EventObject
Axis3D. These change
events will be generated by an axis and broadcast to the plot that owns the
axis (in the standard setup, the plot will then trigger its own change event
to notify the chart that a subcomponent of the plot has changed).
| Constructor and Description |
|---|
Axis3DChangeEvent(Axis3D axis,
boolean requiresWorldUpdate)
Creates a new event.
|
Axis3DChangeEvent(java.lang.Object source,
Axis3D axis,
boolean requiresWorldUpdate)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Axis3D |
getAxis()
Returns the axis associated with this event.
|
boolean |
requiresWorldUpdate()
Returns the flag that indicates whether or not this change will require
the 3D world to be updated.
|
public Axis3DChangeEvent(Axis3D axis, boolean requiresWorldUpdate)
axis - the axis (null not permitted).requiresWorldUpdate - a flag indicating whether or not this change
requires the 3D world to be updated.public Axis3DChangeEvent(java.lang.Object source, Axis3D axis, boolean requiresWorldUpdate)
source - the event source.axis - the axis (null not permitted).requiresWorldUpdate - a flag indicating whether or not this change
requires the 3D world to be updated.public Axis3D getAxis()
null).public boolean requiresWorldUpdate()