|
|||||||||
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.WakeupOnElapsedTime
public final class WakeupOnElapsedTime
Class specifying a wakeup when a specific number of milliseconds have elapsed.
Constructor Summary | |
---|---|
WakeupOnElapsedTime(long milliseconds)
Constructs a new WakeupOnElapsedTime criterion. |
Method Summary | |
---|---|
long |
getElapsedFrameTime()
Retrieve the WakeupCriterion's elapsed time value that was used when constructing this object. |
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 WakeupOnElapsedTime(long milliseconds)
milliseconds
- the number of milliseconds to the wakeup. A value
of zero or less will cause an IllegalArgumentException to be thrown.Method Detail |
---|
public long getElapsedFrameTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |