All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.WakeupOnElapsedTime

java.lang.Object
   |
   +----java.media.j3d.WakeupCondition
           |
           +----java.media.j3d.WakeupCriterion
                   |
                   +----java.media.j3d.WakeupOnElapsedTime

public final class WakeupOnElapsedTime
extends WakeupCriterion
Class specifying a wakeup when a specific number of milliseconds have elapsed.


Constructor Index

 o WakeupOnElapsedTime(long)
Constructs a new WakeupOnElapsedTime criterion.

Method Index

 o getElapsedFrameTime()
Retrieve the WakeupCriterion's elapsed time value.

Constructors

 o WakeupOnElapsedTime
 public WakeupOnElapsedTime(long milliseconds)
Constructs a new WakeupOnElapsedTime criterion.

Parameters:
milliseconds - the number of milliseconds to the wakeup

Methods

 o getElapsedFrameTime
 public long getElapsedFrameTime()
Retrieve the WakeupCriterion's elapsed time value.

Returns:
the elapsed time specified when constructing this object

All Packages  Class Hierarchy  This Package  Previous  Next  Index