Uses of Class
wt.epm.structure.Transform

Packages that use Transform
wt.epm.structure   
 

Uses of Transform in wt.epm.structure
 

Fields in wt.epm.structure declared as Transform
private  Transform EPMMemberLink.transform
           
 

Methods in wt.epm.structure that return Transform
static Transform Transform.newTransform(javax.vecmath.Matrix4d transform)
          Given a Java 3D matrix, creates a new Transform.
static Transform Transform.newTransform(Transform transform)
          Creates a copy of the given Transform.
 Transform EPMMemberLink.getTransform()
          Gets the object for the association that plays role: TRANSFORM.
 

Methods in wt.epm.structure with parameters of type Transform
protected  boolean Transform.readVersion(Transform thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static Transform Transform.newTransform(Transform transform)
          Creates a copy of the given Transform.
protected  void Transform.initialize(Transform transform)
          Supports initialization, following construction of an instance.
 void EPMMemberLink.setTransform(Transform a_Transform)
          Sets the object for the association that plays role: TRANSFORM.