Uses of Interface
org.web3d.x3d.sai.Layout.LayoutGroup
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 LayoutGroup in org.web3d.x3d.jsail.Layout
Modifier and TypeClassDescriptionclass
LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout. -
Uses of LayoutGroup in org.web3d.x3d.sai.Layout
Modifier and TypeMethodDescriptionLayoutGroup.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.LayoutGroup.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.LayoutGroup.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.LayoutGroup.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.LayoutGroup.setLayout
(X3DLayoutNode newValue) Accessor method to assign org.web3d.x3d.sai.Layout.X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.LayoutGroup.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LayoutGroup.setViewport
(X3DViewportNode newValue) Accessor method to assign org.web3d.x3d.sai.Layering.X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.LayoutGroup.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.