Uses of Interface
org.web3d.x3d.sai.Grouping.StaticGroup
Package
Description
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
-
Uses of StaticGroup in org.web3d.x3d.jsail.Grouping
Modifier and TypeClassDescriptionclass
StaticGroup is similar to Group node but does not allow access to children after creation time. -
Uses of StaticGroup in org.web3d.x3d.sai.Grouping
Modifier and TypeMethodDescriptionStaticGroup.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.StaticGroup.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.StaticGroup.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.StaticGroup.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 initializeOnly MFNode field children.StaticGroup.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.StaticGroup.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.