Uses of Interface
org.web3d.x3d.sai.Layering.X3DLayerNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Layering that implement X3DLayerNodeModifier and TypeClassDescriptionclass
Layer 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 X3DLayerNodeModifier 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
Classes in org.web3d.x3d.jsail.Layout that implement X3DLayerNodeModifier and TypeClassDescriptionclass
LayoutLayer 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.LayeringModifier and TypeInterfaceDescriptioninterface
Layer contains a list of children nodes that define the contents of the layer.Methods in org.web3d.x3d.sai.Layering that return X3DLayerNodeModifier 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
Subinterfaces of X3DLayerNode in org.web3d.x3d.sai.LayoutModifier and TypeInterfaceDescriptioninterface
LayoutLayer is a Grouping node that can contain most nodes.