Uses of Class
javax.media.j3d.WakeupCriterion

Packages that use WakeupCriterion
javax.media.j3d 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. 
 

Uses of WakeupCriterion in javax.media.j3d
 

Subclasses of WakeupCriterion in javax.media.j3d
 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.
 

Constructors in javax.media.j3d with parameters of type WakeupCriterion
WakeupAnd(WakeupCriterion[] conditions)
          Constructs a new WakeupAnd criterion.
WakeupOr(WakeupCriterion[] conditions)
          Constructs a new WakeupOr criterion.