Uses of Class
org.web3d.x3d.jsail.Layout.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
Modifier 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 tosetBboxCenter(float[])
.LayoutGroup.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(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 tosetBboxCenter(float[])
.LayoutGroup.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(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 tosetBboxDisplay(boolean)
.LayoutGroup.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.LayoutGroup.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(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 tosetBboxSize(float[])
.LayoutGroup.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.LayoutGroup.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(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 LayoutGroup
LayoutGroup.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 tosetCssClass(String)
.final LayoutGroup
LayoutGroup.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 tosetCssStyle(String)
.final LayoutGroup
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final LayoutGroup
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.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 LayoutGroup
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.LayoutGroup.setUSE
(LayoutGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(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 tosetVisible(boolean)
.Modifier and TypeMethodDescriptionLayoutGroup.setUSE
(LayoutGroup DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.