|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.WakeupCondition | +--javax.media.j3d.WakeupCriterion | +--javax.media.j3d.WakeupOnViewPlatformEntry
Class specifying a wakeup on first Viewplatform intersection with the specified boundary.
Constructor Summary | |
WakeupOnViewPlatformEntry(Bounds region)
Constructs a new WakeupOnEntry criterion. |
Method Summary | |
Bounds |
getBounds()
Returns this object's bounds specification |
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 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public WakeupOnViewPlatformEntry(Bounds region)
region
- the region that will trigger a wakeup if a ViewPlatform
intersects.Method Detail |
public Bounds getBounds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |