Uses of Class
org.web3d.x3d.jsail.Navigation.NavigationInfo
Package
Description
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
-
Uses of NavigationInfo in org.web3d.x3d.jsail.Navigation
Modifier and TypeMethodDescriptionNavigationInfo.addAvatarSize
(float newValue) Add singleton float value to MFFloat avatarSize field.NavigationInfo.addAvatarSize
(SFFloat newValue) Add singleton SFFloat value to MFFloat avatarSize field.NavigationInfo.addComments
(String newComment) Add comment as String to contained commentsList.NavigationInfo.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NavigationInfo.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NavigationInfo.addTransitionType
(String newValue) Add singleton String value to MFString transitionType field.NavigationInfo.addTransitionType
(SFString newValue) Add singleton SFString value to MFString transitionType field.Add singleton String value to MFString type field.Add singleton SFString value to MFString type field.NavigationInfo.clearAvatarSize()
Utility method to clear MFFloat value of avatarSize field.NavigationInfo.clearIS()
Utility method to clear SFNode value of IS field.NavigationInfo.clearMetadata()
Utility method to clear SFNode value of metadata field.NavigationInfo.clearTransitionType()
Utility method to clear MFString value of transitionType field.NavigationInfo.clearType()
Utility method to clear MFString value of type field.NavigationInfo.setAvatarSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAvatarSize(float[])
.NavigationInfo.setAvatarSize
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named avatarSize.NavigationInfo.setAvatarSize
(int[] newValue) Assign floating-point array value of MFFloat avatarSize field, similar tosetAvatarSize(float[])
.NavigationInfo.setAvatarSize
(ArrayList<Float> newValue) Assign ArrayList value of MFFloat avatarSize field, similar tosetAvatarSize(float[])
.NavigationInfo.setAvatarSize
(MFFloat newValue) Assign typed object value to MFFloat avatarSize field, similar tosetAvatarSize(float[])
.final NavigationInfo
NavigationInfo.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NavigationInfo.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NavigationInfo
NavigationInfo.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NavigationInfo.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NavigationInfo
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.NavigationInfo.setHeadlight
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named headlight.NavigationInfo.setHeadlight
(SFBool newValue) Assign typed object value to SFBool headlight field, similar tosetHeadlight(boolean)
.final NavigationInfo
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.NavigationInfo.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NavigationInfo.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NavigationInfo.setSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeed(float)
.NavigationInfo.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.Assign typed object value to SFFloat speed field, similar tosetSpeed(float)
.NavigationInfo.setTransitionTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named transitionTime.NavigationInfo.setTransitionTime
(SFTime newValue) Assign typed object value to SFTime transitionTime field, similar tosetTransitionTime(double)
.NavigationInfo.setTransitionType
(String newValue) Assign singleton String value to MFString transitionType field, similar tosetTransitionType(String[])
.NavigationInfo.setTransitionType
(String[] newValue) Accessor method to assign String enumeration array (""TELEPORT"" | ""LINEAR"" | ""ANIMATE"") to inputOutput MFString field named transitionType.NavigationInfo.setTransitionType
(ArrayList<String> newValue) Assign ArrayList value of MFString transitionType field, similar tosetTransitionType(String[])
.NavigationInfo.setTransitionType
(MFString newValue) Assign typed object value to MFString transitionType field, similar tosetTransitionType(String[])
.NavigationInfo.setTransitionType
(SFString newValue) Assign single SFString object value to MFString transitionType field, similar tosetTransitionType(String[])
.Assign singleton String value to MFString type field, similar tosetType(String[])
.Accessor method to assign String enumeration array (""ANY"" | ""WALK"" | ""EXAMINE"" | ""FLY"" | ""LOOKAT"" | ""NONE"" | ""EXPLORE"") to inputOutput MFString field named type.Assign ArrayList value of MFString type field, similar tosetType(String[])
.Assign typed object value to MFString type field, similar tosetType(String[])
.Assign single SFString object value to MFString type field, similar tosetType(String[])
.final NavigationInfo
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NavigationInfo.setUSE
(NavigationInfo DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.NavigationInfo.setVisibilityLimit
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetVisibilityLimit(float)
.NavigationInfo.setVisibilityLimit
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named visibilityLimit.NavigationInfo.setVisibilityLimit
(SFFloat newValue) Assign typed object value to SFFloat visibilityLimit field, similar tosetVisibilityLimit(float)
.Modifier and TypeMethodDescriptionNavigationInfo.setUSE
(NavigationInfo DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.