Uses of Class
org.web3d.x3d.jsail.Navigation.Viewpoint
Package
Description
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
-
Uses of Viewpoint in org.web3d.x3d.jsail.Navigation
Modifier and TypeMethodDescriptionViewpoint.addComments
(String newComment) Add comment as String to contained commentsList.Viewpoint.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Viewpoint.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Viewpoint.clearIS()
Utility method to clear SFNode value of IS field.Viewpoint.clearMetadata()
Utility method to clear SFNode value of metadata field.Viewpoint.clearNavigationInfo()
Utility method to clear SFNode value of navigationInfo field.Viewpoint.setCenterOfRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenterOfRotation(float[])
.Viewpoint.setCenterOfRotation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenterOfRotation(float[])
.Viewpoint.setCenterOfRotation
(float[] newValue) Accessor method to assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.Viewpoint.setCenterOfRotation
(float x, float y, float z) Assign values to SFVec3f centerOfRotation field, similar tosetCenterOfRotation(float[])
.Viewpoint.setCenterOfRotation
(SFVec3f newValue) Assign typed object value to SFVec3f centerOfRotation field, similar tosetCenterOfRotation(float[])
.final Viewpoint
Viewpoint.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Viewpoint.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Viewpoint
Viewpoint.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Viewpoint.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Viewpoint
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Viewpoint.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Viewpoint.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.Viewpoint.setFarDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFarDistance(float)
.Viewpoint.setFarDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named farDistance.Viewpoint.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar tosetFarDistance(float)
.Viewpoint.setFieldOfView
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFieldOfView(float)
.Viewpoint.setFieldOfView
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.Viewpoint.setFieldOfView
(SFFloat newValue) Assign typed object value to SFFloat fieldOfView field, similar tosetFieldOfView(float)
.final Viewpoint
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.Viewpoint.setJump
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named jump.Assign typed object value to SFBool jump field, similar tosetJump(boolean)
.Viewpoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Viewpoint.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Viewpoint.setNavigationInfo
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field navigationInfo.Viewpoint.setNavigationInfo
(NavigationInfo newValue) Accessor method to assign org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) to inputOutput SFNode field navigationInfo.Viewpoint.setNearDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetNearDistance(float)
.Viewpoint.setNearDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named nearDistance.Viewpoint.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar tosetNearDistance(float)
.Viewpoint.setOrientation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetOrientation(float[])
.Viewpoint.setOrientation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetOrientation(float[])
.Viewpoint.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.Viewpoint.setOrientation
(float x, float y, float z, float angleRadians) Assign values to SFRotation orientation field, similar tosetOrientation(float[])
.Viewpoint.setOrientation
(SFRotation newValue) Assign typed object value to SFRotation orientation field, similar tosetOrientation(float[])
.Viewpoint.setPosition
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPosition(float[])
.Viewpoint.setPosition
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetPosition(float[])
.Viewpoint.setPosition
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.Viewpoint.setPosition
(float x, float y, float z) Assign values to SFVec3f position field, similar tosetPosition(float[])
.Viewpoint.setPosition
(SFVec3f newValue) Assign typed object value to SFVec3f position field, similar tosetPosition(float[])
.Viewpoint.setRetainUserOffsets
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.Viewpoint.setRetainUserOffsets
(SFBool newValue) Assign typed object value to SFBool retainUserOffsets field, similar tosetRetainUserOffsets(boolean)
.final Viewpoint
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Viewpoint.setViewAll
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named viewAll.Viewpoint.setViewAll
(SFBool newValue) Assign typed object value to SFBool viewAll field, similar tosetViewAll(boolean)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.