Uses of Class
org.web3d.x3d.jsail.Layering.LayerSet
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Layering component describes how to layer a set of subscene layers into a composite scene.
-
Uses of LayerSet in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionScene.addLayerSet
(LayerSet newValue) Utility method to add single LayerSet to contained list of existing Scene root nodes (if any). -
Uses of LayerSet in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionLayerSet.addComments
(String newComment) Add comment as String to contained commentsList.LayerSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.LayerSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.LayerSet.addLayers
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for layers field.Add single child node to existing array of layers nodes (if any).LayerSet.addOrder
(int newValue) Add singleton int value to MFInt32 order field.Add singleton SFInt32 value to MFInt32 order field.LayerSet.clearIS()
Utility method to clear SFNode value of IS field.LayerSet.clearLayers()
Utility method to clear MFNode value of layers field.LayerSet.clearMetadata()
Utility method to clear SFNode value of metadata field.LayerSet.clearOrder()
Utility method to clear MFInt32 value of order field.LayerSet.setActiveLayer
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named activeLayer.LayerSet.setActiveLayer
(SFInt32 newValue) Assign typed object value to SFInt32 activeLayer field, similar tosetActiveLayer(int)
.final LayerSet
LayerSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LayerSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LayerSet
LayerSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LayerSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LayerSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final LayerSet
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.LayerSet.setLayers
(ArrayList<X3DLayerNode> newValue) Assign ArrayList value of MFNode layers field, similar tosetLayers(org.web3d.x3d.sai.Core.X3DNode[])
.Accessor method to assign org.web3d.x3d.sai.Layering.X3DLayerNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field layers.LayerSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LayerSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LayerSet.setOrder
(int[] newValue) Accessor method to assign Integer array to inputOutput MFInt32 field named order.Assign ArrayList value of MFInt32 order field, similar tosetOrder(int[])
.Assign typed object value to MFInt32 order field, similar tosetOrder(int[])
.final LayerSet
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)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.