Example usage for Java javax.media.j3d Group fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_CHILDREN_READ Specifies that this Group node allows reading its children. |
int | ALLOW_CHILDREN_WRITE Specifies that this Group node allows writing its children. |
int | ALLOW_CHILDREN_EXTEND Specifies that this Group node allows adding new children. |
Group() Constructs a Group node with default parameters. |
void | addChild(Node child) Appends the specified child node to this group node's list of children. |
Enumeration | getAllChildren() Returns an Enumeration object of this group node's list of children. |
Bounds | getBounds() Returns the bounding object of a node. |
int | numChildren() Returns a count of this group node's children. |
void | setCapability(int bit) Sets the specified capability bit. |