FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.X3DGroupingNode Interface Reference
Inheritance diagram for org.web3d.x3d.sai.X3DGroupingNode:
org.web3d.x3d.sai.X3DChildNode org.web3d.x3d.sai.X3DBoundedObject org.web3d.x3d.sai.X3DNode

Public Member Functions

void getChildren (X3DNode[] nodes)
 
void setChildren (X3DNode[] kids) throws InvalidNodeException
 
void addChildren (X3DNode[] added) throws InvalidNodeException
 
void removeChildren (X3DNode[] removed) throws InvalidNodeException
 
void removeChild (X3DNode removed) throws InvalidNodeException
 
int getNumChildren ()
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DNode
void setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException
 
X3DMetadataObject getMetadata () throws InvalidNodeException, ConnectionException
 
String getNodeName () throws InvalidNodeException, ConnectionException
 
X3DFieldDefinition[] getFieldDefinitions () throws InvalidNodeException, ConnectionException
 
int[] getNodeType () throws InvalidNodeException, ConnectionException
 
X3DField getField (String name) throws InvalidNameException, InvalidNodeException, ConnectionException
 
void dispose ()
 

Detailed Description

Definition at line 3 of file X3DGroupingNode.java.


The documentation for this interface was generated from the following file: