| 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.jsail.Layout |
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.
|
| org.web3d.x3d.sai.Layering |
The Layering component describes how to layer a set of subscene layers into a composite
scene.
|
| org.web3d.x3d.sai.Layout |
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.
|
| 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 |
|---|---|
LayerSetObject |
LayerSetObject.setLayers(java.util.ArrayList<X3DLayerNode> newValue)
Assign ArrayList value of MFNode layers field, similar to
LayerSetObject.setLayers(X3DNode[]). |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutLayerObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] LayoutLayer is a Grouping node that can contain most nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layer
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DLayerNode |
X3DLayerNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DLayerNode |
X3DLayerNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DLayerNode |
X3DLayerNode.setIsPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named isPickable.
|
X3DLayerNode |
X3DLayerNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DLayerNode |
X3DLayerNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
X3DLayerNode |
X3DLayerNode.setViewport(X3DViewportNode newValue)
Assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayoutLayer
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.