| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.sai.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayerSetObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNode] LayerSet defines a list of layers and a rendering order.
|
| Modifier and Type | Method and Description |
|---|---|
LayerSet |
LayerSet.setActiveLayer(int newValue)
Assign int value within allowed range of [0,infinity) to inputOutput SFInt32 field named activeLayer.
|
LayerSet |
LayerSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayerSet |
LayerSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayerSet |
LayerSet.setLayers(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field layers.
|
LayerSet |
LayerSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSet |
LayerSet.setOrder(int[] newValue)
Assign int array within allowed range of [0,infinity) to initializeOnly MFInt32 field named order.
|
LayerSet |
LayerSet.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.