| 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 |
LayerObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] Layer contains a list of children nodes that define the contents of the layer.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
Layer |
Layer.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Layer |
Layer.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Layer |
Layer.setIsPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named isPickable.
|
Layer |
Layer.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Layer |
Layer.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Layer |
Layer.setViewport(X3DViewportNode newValue)
Assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.