| 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 |
LayoutObject
X3D node tooltip: (X3D version 3.2 or later) [X3DLayoutNode] Layout node is used as layout field of LayoutLayer and LayoutGroup nodes.
|
| Modifier and Type | Method and Description |
|---|---|
X3DLayoutNode |
LayoutGroupObject.getLayout()
Provide X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.
|
X3DLayoutNode |
LayoutLayerObject.getLayout()
Provide X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutGroupObject |
LayoutGroupObject.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayerObject |
LayoutLayerObject.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Layout
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DLayoutNode |
LayoutGroup.getLayout()
Provide X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.
|
X3DLayoutNode |
LayoutLayer.getLayout()
Provide X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.
|
X3DLayoutNode |
X3DLayoutNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DLayoutNode |
X3DLayoutNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DLayoutNode |
X3DLayoutNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DLayoutNode |
X3DLayoutNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutGroup |
LayoutGroup.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayer |
LayoutLayer.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.