Uses of Interface
org.web3d.x3d.sai.Layout.X3DLayoutNode
Package
Description
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 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 X3DLayoutNode in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
Layout node is used as layout field of LayoutLayer and LayoutGroup nodes.Modifier and TypeFieldDescriptionstatic final X3DLayoutNode
LayoutGroup.LAYOUT_DEFAULT_VALUE
SFNode field named layout has default value null (Java syntax) or NULL (XML syntax).static final X3DLayoutNode
LayoutLayer.LAYOUT_DEFAULT_VALUE
SFNode field named layout has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionLayoutGroup.getLayout()
Provide org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.LayoutLayer.getLayout()
Provide org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.Modifier and TypeMethodDescriptionLayoutGroup.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayer.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout. -
Uses of X3DLayoutNode in org.web3d.x3d.sai.Layout
Modifier and TypeInterfaceDescriptioninterface
Layout node is used as layout field of LayoutLayer and LayoutGroup nodes.Modifier and TypeMethodDescriptionLayoutGroup.getLayout()
Provide org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.LayoutLayer.getLayout()
Provide org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) from inputOutput SFNode field layout.X3DLayoutNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionLayoutGroup.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.LayoutLayer.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.