| Package | Description |
|---|---|
| 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.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 |
LayoutLayerObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] LayoutLayer is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutLayer |
LayoutLayer.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutLayer |
LayoutLayer.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayoutLayer |
LayoutLayer.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayoutLayer |
LayoutLayer.setIsPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named isPickable.
|
LayoutLayer |
LayoutLayer.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayer |
LayoutLayer.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutLayer |
LayoutLayer.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LayoutLayer |
LayoutLayer.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.