|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.J3dClock
class J3dClock
Utility class to provide a more accurate replacement for System.currentTimeMillis().
Field Summary | |
---|---|
private static long |
deltaTime
|
private static long |
nsecPerMsec
|
private static boolean |
skewAdjustedClock
|
Constructor Summary | |
---|---|
private |
J3dClock()
Private constructor, since no instance should ever be created. |
Method Summary | |
---|---|
(package private) static long |
currentTimeMillis()
Returns the current time in milliseconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static boolean skewAdjustedClock
private static long deltaTime
private static final long nsecPerMsec
Constructor Detail |
---|
private J3dClock()
Method Detail |
---|
static long currentTimeMillis()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |