|
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 NavigationInfo
Defines the requirements of an X3D NavigationInfo node
| Method Summary | |
|---|---|
void |
getAvatarSize(float[] val)
Return the avatarSize value in the argument float[] |
boolean |
getHeadlight()
Return the headlight boolean value. |
int |
getNumAvatarSize()
Return the number of MFFloat items in the avatarSize field. |
int |
getNumTransitionTime()
Return the number of MFFloat items in the transitionTime field. |
int |
getNumTransitionType()
Return the number of MFString items in the transitionType field. |
int |
getNumType()
Return the number of MFString items in the type field. |
float |
getSpeed()
Return the speed float value. |
void |
getTransitionTime(float[] val)
Return the transitionTime value in the argument float[] |
void |
getTransitionType(java.lang.String[] val)
Return the transitionType value in the argument String[] |
void |
getType(java.lang.String[] val)
Return the type value in the argument String[] |
float |
getVisibilityLimit()
Return the visibilityLimit float value. |
void |
setAvatarSize(float[] val)
Set the avatarSize field. |
void |
setHeadlight(boolean val)
Set the headlight field. |
void |
setSpeed(float val)
Set the speed field. |
void |
setTransitionTime(float[] val)
Set the transitionTime field. |
void |
setTransitionType(java.lang.String[] val)
Set the transitionType field. |
void |
setType(java.lang.String[] val)
Set the type field. |
void |
setVisibilityLimit(float val)
Set the visibilityLimit field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode |
|---|
getBindTime, getIsBound, setBind |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumAvatarSize()
void getAvatarSize(float[] val)
val - The float[] to initialize.void setAvatarSize(float[] val)
val - The float[] to set.boolean getHeadlight()
void setHeadlight(boolean val)
val - The boolean to set.float getSpeed()
void setSpeed(float val)
val - The float to set.int getNumType()
void getType(java.lang.String[] val)
val - The String[] to initialize.void setType(java.lang.String[] val)
val - The String[] to set.float getVisibilityLimit()
void setVisibilityLimit(float val)
val - The float to set.int getNumTransitionType()
void getTransitionType(java.lang.String[] val)
val - The String[] to initialize.void setTransitionType(java.lang.String[] val)
val - The String[] to set.int getNumTransitionTime()
void getTransitionTime(float[] val)
val - The float[] to initialize.void setTransitionTime(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||