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