|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.timer.J3DTimer
public class J3DTimer
A High Resolution interval timer. The timer resolution is operating system dependent and can be queried using getTimerResolution(). These methods are not reentrant and should not be called concurrently from multiple threads.
Field Summary | |
---|---|
private static long |
resolution
Deprecated. |
Constructor Summary | |
---|---|
private |
J3DTimer()
Deprecated. Private constructor because users should not construct instances of this class |
Method Summary | |
---|---|
static long |
getResolution()
Deprecated. Get the nanosecond resolution of the timer |
static long |
getValue()
Deprecated. Get the timer value, in nanoseconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long resolution
Constructor Detail |
---|
private J3DTimer()
Method Detail |
---|
public static long getValue()
public static long getResolution()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |