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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

intALLOW_TRANSFORM_READ
Specifies that the node allows access to its object's transform information.
intALLOW_TRANSFORM_WRITE
Specifies that the node allows writing its object's transform information.

Constructor

TransformGroup()
Constructs and initializes a TransformGroup using an identity transform.
TransformGroup(Transform3D t1)
Constructs and initializes a TransformGroup from the Transform passed.

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.
voidgetTransform(Transform3D t1)
Copies the transform component of this TransformGroup into the passed transform object.
voidsetCapability(int bit)
Sets the specified capability bit.
voidsetName(String name)
Sets the name of this object.
voidsetTransform(Transform3D t1)
Sets the transform component of this TransformGroup to the value of the passed transform.