Uses of Class
model.Transformation

Packages that use Transformation
model   
preditor   
 

Uses of Transformation in model
 

Methods in model that return Transformation
 Transformation Transformation.getTransformation()
          Returns a deep copy of this transformation object.
 Transformation Model.getTransformation()
           
 Transformation ComplexObject.getTransformation()
          Added by Debbie.
 

Methods in model with parameters of type Transformation
 java.lang.String Model.readSingleModelFile(Model parentModel, java.io.File file, java.util.ArrayList<ComplexObject> objList, IDList objIDList, Transformation trans, boolean isCO, ComplexObject co)
           
 void Model.setTransform(Transformation t)
           
 void ComplexObject.setTransform(Transformation t)
           
 void Model.setTransformation(Transformation t)
           
 

Uses of Transformation in preditor
 

Methods in preditor that return Transformation
 Transformation SelectionType.getTransformation()
          Accesses transformation of this SelectionType.
 

Methods in preditor with parameters of type Transformation
 void SelectionType.setTransform(Transformation t)
          Mutates this SelectionType's transformation.