Package javax.media.j3d
Class WakeupOnSensorExit
java.lang.Object
javax.media.j3d.WakeupCondition
javax.media.j3d.WakeupCriterion
javax.media.j3d.WakeupOnSensorExit
Class specifying a wakeup on first detection of sensors no
longer intersecting the specified boundary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns this object's bounds specificationRetrieves the Sensor object that caused the wakeup.Methods inherited from class javax.media.j3d.WakeupCriterion
hasTriggered
Methods inherited from class javax.media.j3d.WakeupCondition
allElements, triggeredElements
-
Constructor Details
-
WakeupOnSensorExit
Constructs a new WakeupOnExit criterion.- Parameters:
region
- the region that will trigger a wakeup if a Sensor intersects.
-
-
Method Details
-
getBounds
Returns this object's bounds specification- Returns:
- the bounds used in constructing this WakeupCriterion.
-
getTriggeringSensor
Retrieves the Sensor object that caused the wakeup.- Returns:
- the triggering Sensor object
- Throws:
IllegalStateException
- if not called from within a behavior's processStimulus method which was awoken by a sensor exit.- Since:
- Java 3D 1.2
-