public interface NavigationInfo extends X3DBindableNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getAvatarSize()
Provide array of float results within allowed range of [0,infinity) from inputOutput MFFloat field named avatarSize.
|
double |
getBindTime()
Provide double value in seconds from outputOnly SFTime field named bindTime.
|
boolean |
getHeadlight()
Provide boolean value from inputOutput SFBool field named headlight.
|
boolean |
getIsBound()
Provide boolean value from outputOnly SFBool field named isBound.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getSpeed()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named speed.
|
boolean |
getTransitionComplete()
Provide boolean value from outputOnly SFBool field named transitionComplete.
|
double |
getTransitionTime()
Provide double value in seconds within allowed range of [0,infinity) from inputOutput SFTime field named transitionTime.
|
java.lang.String[] |
getTransitionType()
Provide array of String enumeration results with quoted value(s) ["TELEPORT","LINEAR","ANIMATE",...] from inputOutput MFString field named transitionType.
|
java.lang.String[] |
getType()
Provide array of String enumeration results with quoted value(s) ["ANY","WALK","EXAMINE","FLY","LOOKAT","NONE","EXPLORE",...] from inputOutput MFString field named type.
|
float |
getVisibilityLimit()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named visibilityLimit.
|
NavigationInfo |
setAvatarSize(float[] newValue)
Assign float array within allowed range of [0,infinity) to inputOutput MFFloat field named avatarSize.
|
NavigationInfo |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NavigationInfo |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NavigationInfo |
setHeadlight(boolean newValue)
Assign boolean value to inputOutput SFBool field named headlight.
|
NavigationInfo |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NavigationInfo |
setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
NavigationInfo |
setTransitionTime(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named transitionTime.
|
NavigationInfo |
setTransitionType(java.lang.String[] newValue)
Assign String enumeration array (""TELEPORT""|""LINEAR""|""ANIMATE"") with quoted value(s) ["TELEPORT","LINEAR","ANIMATE",...] to inputOutput MFString field named transitionType.
|
NavigationInfo |
setType(java.lang.String[] newValue)
Assign String enumeration array (""ANY""|""WALK""|""EXAMINE""|""FLY""|""LOOKAT""|""NONE""|""EXPLORE"") with quoted value(s) ["ANY","WALK","EXAMINE","FLY","LOOKAT","NONE","EXPLORE",...] to inputOutput MFString field named type.
|
NavigationInfo |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NavigationInfo |
setVisibilityLimit(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named visibilityLimit.
|
float[] getAvatarSize()
NavigationInfo setAvatarSize(float[] newValue)
newValue - is new value for the avatarSize field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getBindTime()
getBindTime in interface X3DBindableNodeboolean getHeadlight()
NavigationInfo setHeadlight(boolean newValue)
newValue - is new value for the headlight field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getIsBound()
getIsBound in interface X3DBindableNodeX3DMetadataObject getMetadata()
getMetadata in interface X3DBindableNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodeNavigationInfo setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DBindableNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpeed()
NavigationInfo setSpeed(float newValue)
newValue - is new value for the speed field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getTransitionComplete()
double getTransitionTime()
NavigationInfo setTransitionTime(double newValue)
newValue - is new value for the transitionTime field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getTransitionType()
NavigationInfo setTransitionType(java.lang.String[] newValue)
newValue - is new value for the transitionType field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getType()
NavigationInfo setType(java.lang.String[] newValue)
newValue - is new value for the type field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getVisibilityLimit()
NavigationInfo setVisibilityLimit(float newValue)
newValue - is new value for the visibilityLimit field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NavigationInfo setDEF(java.lang.String newValue)
setDEF in interface X3DBindableNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NavigationInfo setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DBindableNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NavigationInfo setCssClass(java.lang.String newValue)
setCssClass in interface X3DBindableNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.NavigationInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.