nodes
Class Group

java.lang.Object
  |
  +--nodes.Group

public class Group
extends java.lang.Object

This class contains index constants to access fields in a Group node using the WF3DNode.getField (int fieldIndex) method.

In VRML, a Group node contains children nodes without introducing a new transformation. It is equivalent to a Transform node containing an identity transform.


Field Summary
static int children
          The constant used to access the children field of a Group node.
 
Constructor Summary
Group()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

public static final int children
The constant used to access the children field of a Group node.
In VRML, this field stores the children nodes of a node. Use it to access children nodes.

This field is of VRML-type MFNode.

See Also:
Constant Field Values
Constructor Detail

Group

public Group()