Uses of Class
org.web3d.x3d.jsail.Navigation.ViewpointGroup
Package
Description
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
-
Uses of ViewpointGroup in org.web3d.x3d.jsail.Navigation
Modifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).ViewpointGroup.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ViewpointGroup.addComments
(String newComment) Add comment as CommentsBlock to children fieldViewpointGroup.addComments
(String[] newComments) Add comments as String[] array to children fieldViewpointGroup.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldViewpointGroup.clearChildren()
Utility method to clear MFNode value of children field.ViewpointGroup.clearIS()
Utility method to clear SFNode value of IS field.ViewpointGroup.clearMetadata()
Utility method to clear SFNode value of metadata field.ViewpointGroup.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.ViewpointGroup.setCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.ViewpointGroup.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.ViewpointGroup.setCenter
(float x, float y, float z) Assign values to SFVec3f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.ViewpointGroup.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.ViewpointGroup.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final ViewpointGroup
ViewpointGroup.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ViewpointGroup.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ViewpointGroup
ViewpointGroup.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ViewpointGroup.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ViewpointGroup
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ViewpointGroup.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ViewpointGroup.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.ViewpointGroup.setDisplayed
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named displayed.ViewpointGroup.setDisplayed
(SFBool newValue) Assign typed object value to SFBool displayed field, similar tosetDisplayed(boolean)
.final ViewpointGroup
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.ViewpointGroup.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ViewpointGroup.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ViewpointGroup.setRetainUserOffsets
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.ViewpointGroup.setRetainUserOffsets
(SFBool newValue) Assign typed object value to SFBool retainUserOffsets field, similar tosetRetainUserOffsets(boolean)
.ViewpointGroup.setSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSize(float[])
.ViewpointGroup.setSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSize(float[])
.ViewpointGroup.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.ViewpointGroup.setSize
(float x, float y, float z) Assign values to SFVec3f size field, similar tosetSize(float[])
.Assign typed object value to SFVec3f size field, similar tosetSize(float[])
.final ViewpointGroup
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ViewpointGroup.setUSE
(ViewpointGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionViewpointGroup.setUSE
(ViewpointGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.