Package org.web3d.x3d.sai.grouping
Interface StaticGroup
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DNode
- All Known Implementing Classes:
SAIStaticGroup,SAIStaticGroup
Defines the requirements of an X3D StaticGroup node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetChildren(X3DNode[] val) Return the children value in the argument X3DNode[]intReturn the number of MFNode items in the children field.voidsetChildren(X3DNode[] val) Set the children field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumChildren
int getNumChildren()Return the number of MFNode items in the children field.- Returns:
- the number of MFNode items in the children field.
-
getChildren
Return the children value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setChildren
-