|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A listener for changes in the values of a VRMLNavigationInfo node.
Using a specific interface rather than force the interested subsystems to deal with field processing logic.
| Method Summary | |
void |
notifyAvatarSizeChanged(float[] size,
int dimensions)
Notification that the avatar size has changed on the current NavigationInfo node. |
void |
notifyNavigationModesChanged(java.lang.String[] newModes,
int numModes)
Notification that the navigation modes allowed has changed on the current NavigationInfo node. |
void |
notifyNavigationSpeedChanged(float newSpeed)
Notification that the navigation speed has changed on the current NavigationInfo node. |
| Method Detail |
public void notifyNavigationModesChanged(java.lang.String[] newModes,
int numModes)
newModes - The new allowed navigation modesnumModes - number of valid modes in array
public void notifyAvatarSizeChanged(float[] size,
int dimensions)
size - The size parameters for the avatardimensions - The number of valid avatar dimensionspublic void notifyNavigationSpeedChanged(float newSpeed)
newSpeed - The new navigation speed.
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||