|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Abstract representation of the System clock for various informational purposes.
| Method Summary | |
void |
addTimeListener(VRMLTimeListener l)
Add a time listener to this clock. |
double |
getTime()
Request the current time from the system clock. |
long |
getWallTime()
Request the time in wall-clock coordinates. |
void |
removeTimeListener(VRMLTimeListener l)
Remove a time listener to this clock. |
void |
resetTimeZero()
Reset the clock to the current time as time zero. |
| Method Detail |
public double getTime()
public long getWallTime()
public void resetTimeZero()
public void addTimeListener(VRMLTimeListener l)
l - The listener instance to addpublic void removeTimeListener(VRMLTimeListener l)
l - The listener instance to add
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||