Uses of Interface
org.web3d.x3d.sai.Layering.X3DLayerNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Layering | |
| org.web3d.x3d.jsail.Layout | |
| org.web3d.x3d.sai.Layering | |
| org.web3d.x3d.sai.Layout |
-
Uses of X3DLayerNode in org.web3d.x3d.jsail.Layering
Classes in org.web3d.x3d.jsail.Layering that implement X3DLayerNode Modifier and Type Class Description classLayerObjectLayer contains a list of children nodes that define the contents of the layer.Method parameters in org.web3d.x3d.jsail.Layering with type arguments of type X3DLayerNode Modifier and Type Method Description LayerSetObjectLayerSetObject. setLayers(java.util.ArrayList<X3DLayerNode> newValue)Assign ArrayList value of MFNode layers field, similar toLayerSetObject.setLayers(X3DNode[]). -
Uses of X3DLayerNode in org.web3d.x3d.jsail.Layout
Classes in org.web3d.x3d.jsail.Layout that implement X3DLayerNode Modifier and Type Class Description classLayoutLayerObjectLayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DLayerNode in org.web3d.x3d.sai.Layering
Subinterfaces of X3DLayerNode in org.web3d.x3d.sai.Layering Modifier and Type Interface Description interfaceLayerLayer contains a list of children nodes that define the contents of the layer.Methods in org.web3d.x3d.sai.Layering that return X3DLayerNode Modifier and Type Method Description X3DLayerNodeX3DLayerNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DLayerNodeX3DLayerNode. setObjectType(java.lang.String[] newValue)Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.X3DLayerNodeX3DLayerNode. setPickable(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named pickable.X3DLayerNodeX3DLayerNode. setViewport(X3DViewportNode newValue)Accessor method to assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.X3DLayerNodeX3DLayerNode. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible. -
Uses of X3DLayerNode in org.web3d.x3d.sai.Layout
Subinterfaces of X3DLayerNode in org.web3d.x3d.sai.Layout Modifier and Type Interface Description interfaceLayoutLayerLayoutLayer is a Grouping node that can contain most nodes.