Uses of Class
org.web3d.x3d.jsail.Navigation.Collision
Package
Description
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
-
Uses of Collision in org.web3d.x3d.jsail.Navigation
Modifier and TypeMethodDescriptionCollision.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Collision.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Collision.addComments
(String newComment) Add comment as CommentsBlock to children fieldCollision.addComments
(String[] newComments) Add comments as String[] array to children fieldCollision.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldCollision.clearChildren()
Utility method to clear MFNode value of children field.Collision.clearIS()
Utility method to clear SFNode value of IS field.Collision.clearMetadata()
Utility method to clear SFNode value of metadata field.Collision.clearProxy()
Utility method to clear SFNode value of proxy field.Collision.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.Collision.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.Collision.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.Collision.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.Collision.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.Collision.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.Collision.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.Collision.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.Collision.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.Collision.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.Collision.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.Collision.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.Collision.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.Collision.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final Collision
Collision.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Collision.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Collision
Collision.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Collision.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Collision
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Collision.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Collision.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.Collision.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.Collision.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final Collision
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.Collision.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Collision.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Collision.setProxy
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field proxy.Collision.setProxy
(X3DChildNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DChildNode instance (using a properly typed node) to initializeOnly SFNode field proxy.final Collision
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)
.Collision.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.Collision.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.