Uses of Class
org.web3d.x3d.jsail.Layout.LayoutLayer
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 LayoutLayer in org.web3d.x3d.jsail.Layout
Modifier and TypeMethodDescriptionLayoutLayer.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).LayoutLayer.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LayoutLayer.addComments
(String newComment) Add comment as CommentsBlock to children fieldLayoutLayer.addComments
(String[] newComments) Add comments as String[] array to children fieldLayoutLayer.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldLayoutLayer.addObjectType
(String newValue) Add singleton String value to MFString objectType field.LayoutLayer.addObjectType
(SFString newValue) Add singleton SFString value to MFString objectType field.LayoutLayer.clearChildren()
Utility method to clear MFNode value of children field.LayoutLayer.clearIS()
Utility method to clear SFNode value of IS field.LayoutLayer.clearLayout()
Utility method to clear SFNode value of layout field.LayoutLayer.clearMetadata()
Utility method to clear SFNode value of metadata field.LayoutLayer.clearObjectType()
Utility method to clear MFString value of objectType field.LayoutLayer.clearViewport()
Utility method to clear SFNode value of viewport field.LayoutLayer.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.LayoutLayer.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 LayoutLayer
LayoutLayer.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LayoutLayer.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LayoutLayer
LayoutLayer.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LayoutLayer.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LayoutLayer
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final LayoutLayer
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.LayoutLayer.setLayout
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayer.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayoutLayer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LayoutLayer.setObjectType
(String newValue) Assign singleton String value to MFString objectType field, similar tosetObjectType(String[])
.LayoutLayer.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.LayoutLayer.setObjectType
(ArrayList<String> newValue) Assign ArrayList value of MFString objectType field, similar tosetObjectType(String[])
.LayoutLayer.setObjectType
(MFString newValue) Assign typed object value to MFString objectType field, similar tosetObjectType(String[])
.LayoutLayer.setObjectType
(SFString newValue) Assign single SFString object value to MFString objectType field, similar tosetObjectType(String[])
.LayoutLayer.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.LayoutLayer.setPickable
(SFBool newValue) Assign typed object value to SFBool pickable field, similar tosetPickable(boolean)
.final LayoutLayer
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.LayoutLayer.setUSE
(LayoutLayer DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.LayoutLayer.setViewport
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.LayoutLayer.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.LayoutLayer.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionLayoutLayer.setUSE
(LayoutLayer DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.