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.
-
WakeupOnSensorExit(Bounds)
- Constructs a new WakeupOnExit criterion.
-
getBounds()
- Returns this object's bounds specification
WakeupOnSensorExit
public WakeupOnSensorExit(Bounds region)
- Constructs a new WakeupOnExit criterion.
- Parameters:
- region - the region that will trigger a wakeup if a Sensor
intersects.
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