public class AxisChangeEvent extends AxisEvent
IlvAxis
object.AxisListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ADJUSTMENT_CHANGE
The type of event sent when the adjustment state of an axis changes.
|
static int |
ORIENTATION_CHANGE
The type of event sent when the reversed property of an axis
changes.
|
static int |
TRANSFORMER_CHANGE
The type of event sent when the transformer of an axis changes.
|
source
Constructor and Description |
---|
AxisChangeEvent(IlvAxis axis,
int type)
Creates a new event of the specified type.
|
AxisChangeEvent(IlvAxis axis,
int type,
boolean isAdjusting)
Creates a new event of the specified type.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the type of the event.
|
boolean |
isAdjustmentEnd()
Indicates whether this event marks the end of a set of modifications.
|
getAxis, isAdjusting
getSource, toString
public static final int ADJUSTMENT_CHANGE
IlvAxis.isAdjusting()
,
Constant Field Valuespublic static final int TRANSFORMER_CHANGE
public static final int ORIENTATION_CHANGE
IlvAxis.isReversed()
,
Constant Field Valuespublic AxisChangeEvent(IlvAxis axis, int type)
public AxisChangeEvent(IlvAxis axis, int type, boolean isAdjusting)
AxisEvent.isAdjusting()
public final int getType()
public final boolean isAdjustmentEnd()
ADJUSTMENT_CHANGE
,
AxisEvent.isAdjusting()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.