Uses of Class
org.web3d.x3d.jsail.Layering.Layer
Package
Description
The Layering component describes how to layer a set of subscene layers into a composite scene.
-
Uses of Layer in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionLayer.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Layer.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Layer.addComments
(String newComment) Add comment as CommentsBlock to children fieldLayer.addComments
(String[] newComments) Add comments as String[] array to children fieldLayer.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldLayer.addObjectType
(String newValue) Add singleton String value to MFString objectType field.Layer.addObjectType
(SFString newValue) Add singleton SFString value to MFString objectType field.Layer.clearChildren()
Utility method to clear MFNode value of children field.Layer.clearIS()
Utility method to clear SFNode value of IS field.Layer.clearMetadata()
Utility method to clear SFNode value of metadata field.Layer.clearObjectType()
Utility method to clear MFString value of objectType field.Layer.clearViewport()
Utility method to clear SFNode value of viewport field.Layer.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.Layer.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 Layer
Layer.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Layer.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Layer
Layer.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Layer.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Layer
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Layer
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.Layer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Layer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Layer.setObjectType
(String newValue) Assign singleton String value to MFString objectType field, similar tosetObjectType(String[])
.Layer.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.Layer.setObjectType
(ArrayList<String> newValue) Assign ArrayList value of MFString objectType field, similar tosetObjectType(String[])
.Layer.setObjectType
(MFString newValue) Assign typed object value to MFString objectType field, similar tosetObjectType(String[])
.Layer.setObjectType
(SFString newValue) Assign single SFString object value to MFString objectType field, similar tosetObjectType(String[])
.Layer.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.Layer.setPickable
(SFBool newValue) Assign typed object value to SFBool pickable field, similar tosetPickable(boolean)
.final Layer
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)
.Layer.setViewport
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.Layer.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.Layer.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.Layer.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)
.