| java.lang.Object javax.media.j3d.J3dClock
J3dClock | class J3dClock (Code) | | Utility class to provide a more accurate replacement for
System.currentTimeMillis().
|
Method Summary | |
static long | currentTimeMillis() Returns the current time in milliseconds. |
currentTimeMillis | static long currentTimeMillis()(Code) | | Returns the current time in milliseconds. This is a more
accurate version of System.currentTimeMillis and should be used in
its place.
the current time in milliseconds. |
|
|