All Packages Class Hierarchy This Package Previous Next Index
Class java.media.j3d.WakeupOnViewPlatformExit
java.lang.Object
|
+----java.media.j3d.WakeupCondition
|
+----java.media.j3d.WakeupCriterion
|
+----java.media.j3d.WakeupOnViewPlatformExit
- public final class WakeupOnViewPlatformExit
- extends WakeupCriterion
Class specifying a wakeup on first detection of a Viewplatform no
longer intersecting the specified boundary.
-
WakeupOnViewPlatformExit(Bounds)
- Constructs a new WakeupOnExit criterion.
-
getBounds()
- Returns this object's bounds specification
WakeupOnViewPlatformExit
public WakeupOnViewPlatformExit(Bounds region)
- Constructs a new WakeupOnExit criterion.
- Parameters:
- region - the region that will trigger a wakeup if a ViewPlatform
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