Uses of Class
org.web3d.x3d.jsail.Layout.LayoutGroup
Packages that use LayoutGroup
Package
Description
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
-
Uses of LayoutGroup in org.web3d.x3d.jsail.Layout
Methods in org.web3d.x3d.jsail.Layout that return LayoutGroupModifier and TypeMethodDescriptionLayoutGroup.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).LayoutGroup.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LayoutGroup.addComments(String newComment) Add comment as CommentsBlock to children fieldLayoutGroup.addComments(String[] newComments) Add comments as String[] array to children fieldLayoutGroup.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldLayoutGroup.clearChildren()Utility method to clear MFNode value of children field.LayoutGroup.clearIS()Utility method to clear SFNode value of IS field.LayoutGroup.clearLayout()Utility method to clear SFNode value of layout field.LayoutGroup.clearMetadata()Utility method to clear SFNode value of metadata field.LayoutGroup.clearViewport()Utility method to clear SFNode value of viewport field.LayoutGroup.setBboxCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toLayoutGroup.setBboxCenter(float[]).LayoutGroup.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toLayoutGroup.setBboxCenter(float[]).LayoutGroup.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.LayoutGroup.setBboxCenter(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar toLayoutGroup.setBboxCenter(float[]).LayoutGroup.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toLayoutGroup.setBboxCenter(float[]).LayoutGroup.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.LayoutGroup.setBboxDisplay(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toLayoutGroup.setBboxDisplay(boolean).LayoutGroup.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toLayoutGroup.setBboxSize(float[]).LayoutGroup.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toLayoutGroup.setBboxSize(float[]).LayoutGroup.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.LayoutGroup.setBboxSize(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar toLayoutGroup.setBboxSize(float[]).LayoutGroup.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toLayoutGroup.setBboxSize(float[]).LayoutGroup.setChildren(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar toLayoutGroup.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).LayoutGroup.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 LayoutGroupLayoutGroup.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LayoutGroup.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toLayoutGroup.setCssClass(String).final LayoutGroupLayoutGroup.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LayoutGroup.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toLayoutGroup.setCssStyle(String).final LayoutGroupAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toLayoutGroup.setDEF(String).final LayoutGroupAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toLayoutGroup.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.LayoutGroup.setLayout(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.LayoutGroup.setLayout(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.LayoutGroup.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutGroup.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 LayoutGroupAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toLayoutGroup.setUSE(String).LayoutGroup.setUSE(LayoutGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar toLayoutGroup.setUSE(String).LayoutGroup.setViewport(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.LayoutGroup.setViewport(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.LayoutGroup.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.LayoutGroup.setVisible(SFBool newValue) Assign typed object value to SFBool visible field, similar toLayoutGroup.setVisible(boolean).Methods in org.web3d.x3d.jsail.Layout with parameters of type LayoutGroupModifier and TypeMethodDescriptionLayoutGroup.setUSE(LayoutGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar toLayoutGroup.setUSE(String).