Example usage for Java javax.media.j3d TransformGroup fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_TRANSFORM_READ Specifies that the node allows access to its object's transform information. |
int | ALLOW_TRANSFORM_WRITE Specifies that the node allows writing its object's transform information. |
TransformGroup() Constructs and initializes a TransformGroup using an identity transform. | |
TransformGroup(Transform3D t1) Constructs and initializes a TransformGroup from the Transform passed. |
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. |
void | getTransform(Transform3D t1) Copies the transform component of this TransformGroup into the passed transform object. |
void | setCapability(int bit) Sets the specified capability bit. |
void | setName(String name) Sets the name of this object. |
void | setTransform(Transform3D t1) Sets the transform component of this TransformGroup to the value of the passed transform. |