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.


Constructor Index

 o WakeupOnSensorEntry(Bounds)
Constructs a new WakeupOnEntry criterion.

Method Index

 o getBounds()
Returns this object's bounds specification

Constructors

 o WakeupOnSensorEntry
 public WakeupOnSensorEntry(Bounds region)
Constructs a new WakeupOnEntry 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