|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VRMLClock
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 |
|---|
double getTime()
long getWallTime()
void resetTimeZero()
void addTimeListener(VRMLTimeListener l)
l - The listener instance to addvoid removeTimeListener(VRMLTimeListener l)
l - The listener instance to add
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||