All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.WakeupOnSensorExit

java.lang.Object
   |
   +----java.media.j3d.WakeupCondition
           |
           +----java.media.j3d.WakeupCriterion
                   |
                   +----java.media.j3d.WakeupOnSensorExit

public final class WakeupOnSensorExit
extends WakeupCriterion
Class specifying a wakeup on first detection of a Viewplatform no longer intersecting the specified boundary.


Constructor Index

 o WakeupOnSensorExit(Bounds)
Constructs a new WakeupOnExit criterion.

Method Index

 o getBounds()
Returns this object's bounds specification

Constructors

 o WakeupOnSensorExit
 public WakeupOnSensorExit(Bounds region)
Constructs a new WakeupOnExit criterion.

Parameters:
region - the region that will trigger a wakeup if a Sensor intersects.

Methods

 o getBounds
 public Bounds getBounds()
Returns this object's bounds specification

Returns:
the bounds used in constructing this WakeupCriterion.

All Packages  Class Hierarchy  This Package  Previous  Next  Index