Uses of Interface
org.web3d.x3d.sai.Layering.X3DLayerNode
Package
Description
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
-
Uses of X3DLayerNode in org.web3d.x3d.jsail.Layering
Modifier and TypeClassDescriptionclass
Layer contains a list of children nodes that define the contents of the layer.Modifier and TypeMethodDescriptionLayerSet.setLayers
(ArrayList<X3DLayerNode> newValue) Assign ArrayList value of MFNode layers field, similar toLayerSet.setLayers(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DLayerNode in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
LayoutLayer is a Grouping node that can contain most nodes. -
Uses of X3DLayerNode in org.web3d.x3d.sai.Layering
Modifier and TypeInterfaceDescriptioninterface
Layer contains a list of children nodes that define the contents of the layer.Modifier and TypeMethodDescriptionX3DLayerNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DLayerNode.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.X3DLayerNode.setPickable
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named pickable.X3DLayerNode.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.X3DLayerNode.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible. -
Uses of X3DLayerNode in org.web3d.x3d.sai.Layout
Modifier and TypeInterfaceDescriptioninterface
LayoutLayer is a Grouping node that can contain most nodes.