|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.WakeupCondition
javax.media.j3d.WakeupCriterion
javax.media.j3d.WakeupOnViewPlatformExit
public final class WakeupOnViewPlatformExit
Class specifying a wakeup when an active ViewPlatform no longer intersects the specified boundary.
Constructor Summary | |
---|---|
WakeupOnViewPlatformExit(Bounds region)
Constructs a new WakeupOnExit criterion. |
Method Summary | |
---|---|
Bounds |
getBounds()
Returns this object's bounds specification |
ViewPlatform |
getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup. |
Methods inherited from class javax.media.j3d.WakeupCriterion |
---|
hasTriggered |
Methods inherited from class javax.media.j3d.WakeupCondition |
---|
allElements, triggeredElements |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WakeupOnViewPlatformExit(Bounds region)
region
- the region that will trigger a wakeup if a ViewPlatform
no longer intersects.Method Detail |
---|
public Bounds getBounds()
public ViewPlatform getTriggeringViewPlatform()
java.lang.IllegalStateException
- if not called from within
a behavior's processStimulus method that was awoken by a
view platform exit.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |