Package javax.media.j3d
Class WakeupOnElapsedTime
- java.lang.Object
-
- javax.media.j3d.WakeupCondition
-
- javax.media.j3d.WakeupCriterion
-
- javax.media.j3d.WakeupOnElapsedTime
-
public final class WakeupOnElapsedTime extends WakeupCriterion
Class specifying a wakeup when a specific number of milliseconds have elapsed.
-
-
Constructor Summary
Constructors Constructor Description WakeupOnElapsedTime(long milliseconds)
Constructs a new WakeupOnElapsedTime criterion.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-