All Packages Class Hierarchy This Package Previous Next Index
Class java.media.j3d.WakeupOnSensorEntry
java.lang.Object
|
+----java.media.j3d.WakeupCondition
|
+----java.media.j3d.WakeupCriterion
|
+----java.media.j3d.WakeupOnSensorEntry
- public final class WakeupOnSensorEntry
- extends WakeupCriterion
Class specifying a wakeup on first Viewplatform intersection with the
specified boundary.
-
WakeupOnSensorEntry(Bounds)
- Constructs a new WakeupOnEntry criterion.
-
getBounds()
- Returns this object's bounds specification
WakeupOnSensorEntry
public WakeupOnSensorEntry(Bounds region)
- Constructs a new WakeupOnEntry 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