-
-
Methods in org.web3d.x3d.sai.Layering that return Layer
| Modifier and Type |
Method |
Description |
Layer |
Layer.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
Layer |
Layer.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Layer |
Layer.setObjectType(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.
|
Layer |
Layer.setPickable(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named pickable.
|
Layer |
Layer.setViewport(X3DViewportNode newValue) |
Accessor method to assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
Layer |
Layer.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|