Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Class and Description |
---|---|
class |
WakeupAnd
Class specifying any number of wakeup conditions ANDed together.
|
class |
WakeupAndOfOrs
Class specifying any number of OR wakeup conditions ANDed together.
|
class |
WakeupCriterion
An abstract class specifying a singleton wakeup Criterion.
|
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.
|
class |
WakeupOr
Class specifying any number of wakeup conditions ORed together.
|
class |
WakeupOrOfAnds
Class specifying any number of AND wakeup conditions ORed together.
|
Modifier and Type | Method and Description |
---|---|
protected WakeupCondition |
Behavior.getWakeupCondition()
Retrieves this behavior's current wakeup condition as set by
the wakeupOn method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Behavior.wakeupOn(WakeupCondition criteria)
Defines this behavior's wakeup criteria.
|
Copyright © 2016–2022 SciJava. All rights reserved.