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