Java javax.media.j3d Group fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Group fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Group.

The text is from its open source code.

Subclass

javax.media.j3d.Group has subclasses.
Click this link to see all its subclasses.

Field

intALLOW_CHILDREN_READ
Specifies that this Group node allows reading its children.
intALLOW_CHILDREN_WRITE
Specifies that this Group node allows writing its children.
intALLOW_CHILDREN_EXTEND
Specifies that this Group node allows adding new children.

Constructor

Group()
Constructs a Group node with default parameters.

Method

voidaddChild(Node child)
Appends the specified child node to this group node's list of children.
EnumerationgetAllChildren()
Returns an Enumeration object of this group node's list of children.
BoundsgetBounds()
Returns the bounding object of a node.
intnumChildren()
Returns a count of this group node's children.
voidsetCapability(int bit)
Sets the specified capability bit.