-
-
Methods in org.web3d.x3d.sai.Layout that return LayoutGroup
| Modifier and Type |
Method |
Description |
LayoutGroup |
LayoutGroup.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
LayoutGroup |
LayoutGroup.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
LayoutGroup |
LayoutGroup.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutGroup |
LayoutGroup.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
LayoutGroup |
LayoutGroup.setLayout(X3DLayoutNode newValue) |
Accessor method to assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutGroup |
LayoutGroup.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutGroup |
LayoutGroup.setViewport(X3DViewportNode newValue) |
Accessor method to assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
LayoutGroup |
LayoutGroup.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|