-
-
Methods in org.web3d.x3d.sai.Layering that return LayerSet
| Modifier and Type |
Method |
Description |
LayerSet |
LayerSet.setActiveLayer(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named activeLayer.
|
LayerSet |
LayerSet.setLayers(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field layers.
|
LayerSet |
LayerSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSet |
LayerSet.setOrder(int[] newValue) |
Accessor method to assign int array to initializeOnly MFInt32 field named order.
|