Package | Description |
---|---|
com.sun.j3d.utils.behaviors.mouse | |
com.sun.j3d.utils.pickfast.behaviors | |
com.sun.j3d.utils.picking.behaviors | |
javax.media.j3d |
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
MouseBehavior.mouseEvents |
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
PickMouseBehavior.conditions |
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion[] |
PickMouseBehavior.conditions |
Modifier and Type | Class and Description |
---|---|
class |
WakeupOnActivation
Class specifying a wakeup the first time an active Viewplatform's
activation
volume intersects with this object's scheduling region.
|
class |
WakeupOnAWTEvent
Class that specifies a Behavior wakeup when a specific AWT event occurs.
|
class |
WakeupOnBehaviorPost
Class that specifies a Behavior wakeup when a specific behavior object
posts a specific event
|
class |
WakeupOnCollisionEntry
Class specifying a wakeup when the specified object
collides with any other object in the scene graph.
|
class |
WakeupOnCollisionExit
Class specifying a wakeup when the specified object
no longer collides with any other object in the scene graph.
|
class |
WakeupOnCollisionMovement
Class specifying a wakeup when the specified object
moves while in collision with any other object in the scene graph.
|
class |
WakeupOnDeactivation
Class specifying a wakeup on first detection of a Viewplatform's
activation volume no longer intersecting with this object's scheduling
region.
|
class |
WakeupOnElapsedFrames
Class specifying a wakeup when a specific number of frames have
elapsed.
|
class |
WakeupOnElapsedTime
Class specifying a wakeup when a specific number of milliseconds
have elapsed.
|
class |
WakeupOnSensorEntry
Class specifying a wakeup on first sensor intersection with the
specified boundary.
|
class |
WakeupOnSensorExit
Class specifying a wakeup on first detection of sensors no
longer intersecting the specified boundary.
|
class |
WakeupOnTransformChange
Class specifying a wakeup when the transform within a specified
TransformGroup changes
|
class |
WakeupOnViewPlatformEntry
Class specifying a wakeup when an active ViewPlatform intersects the
specified boundary.
|
class |
WakeupOnViewPlatformExit
Class specifying a wakeup when an active ViewPlatform no longer
intersects the specified boundary.
|
Modifier and Type | Field and Description |
---|---|
protected WakeupCriterion |
Interpolator.defaultWakeupCriterion
Default WakeupCondition for all interpolators.
|
Constructor and Description |
---|
WakeupAnd(WakeupCriterion[] conditions)
Constructs a new WakeupAnd criterion.
|
WakeupOr(WakeupCriterion[] conditions)
Constructs a new WakeupOr criterion.
|