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