Uses of Class
org.web3d.x3d.jsail.Grouping.StaticGroup
Packages that use StaticGroup
Package
Description
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
-
Uses of StaticGroup in org.web3d.x3d.jsail.Grouping
Methods in org.web3d.x3d.jsail.Grouping that return StaticGroupModifier and TypeMethodDescriptionStaticGroup.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).StaticGroup.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.StaticGroup.addComments(String newComment) Add comment as CommentsBlock to children fieldStaticGroup.addComments(String[] newComments) Add comments as String[] array to children fieldStaticGroup.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldStaticGroup.clearChildren()Utility method to clear MFNode value of children field.StaticGroup.clearIS()Utility method to clear SFNode value of IS field.StaticGroup.clearMetadata()Utility method to clear SFNode value of metadata field.StaticGroup.setBboxCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toStaticGroup.setBboxCenter(float[]).StaticGroup.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toStaticGroup.setBboxCenter(float[]).StaticGroup.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.StaticGroup.setBboxCenter(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar toStaticGroup.setBboxCenter(float[]).StaticGroup.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toStaticGroup.setBboxCenter(float[]).StaticGroup.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.StaticGroup.setBboxDisplay(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toStaticGroup.setBboxDisplay(boolean).StaticGroup.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toStaticGroup.setBboxSize(float[]).StaticGroup.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toStaticGroup.setBboxSize(float[]).StaticGroup.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.StaticGroup.setBboxSize(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar toStaticGroup.setBboxSize(float[]).StaticGroup.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toStaticGroup.setBboxSize(float[]).StaticGroup.setChildren(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar toStaticGroup.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).StaticGroup.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 initializeOnly MFNode field children.final StaticGroupStaticGroup.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.StaticGroup.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toStaticGroup.setCssClass(String).final StaticGroupStaticGroup.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.StaticGroup.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toStaticGroup.setCssStyle(String).final StaticGroupAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toStaticGroup.setDEF(String).final StaticGroupAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toStaticGroup.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.StaticGroup.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.StaticGroup.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 StaticGroupAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toStaticGroup.setUSE(String).StaticGroup.setUSE(StaticGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar toStaticGroup.setUSE(String).StaticGroup.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.StaticGroup.setVisible(SFBool newValue) Assign typed object value to SFBool visible field, similar toStaticGroup.setVisible(boolean).Methods in org.web3d.x3d.jsail.Grouping with parameters of type StaticGroupModifier and TypeMethodDescriptionStaticGroup.setUSE(StaticGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar toStaticGroup.setUSE(String).