Uses of Class
quicktime.app.actions.TransformMatrix

Packages that use TransformMatrix
quicktime.app.actions   
 

Uses of TransformMatrix in quicktime.app.actions
 

Subclasses of TransformMatrix in quicktime.app.actions
 class TranslateMatrix
          This class applies a matrix translation on the Transformable target.
 

Fields in quicktime.app.actions declared as TransformMatrix
protected  TransformMatrix MatrixAction.transMatrix
          This is the class that will do the transformations on the target's matrix
 

Methods in quicktime.app.actions that return TransformMatrix
 TransformMatrix DragAction.getTransformer()
          This method retreives the current actor that is attached to the action
 

Methods in quicktime.app.actions with parameters of type TransformMatrix
 void DragAction.setTransformer(TransformMatrix transformer)
          This method sets the actionable object of the action.
 

Constructors in quicktime.app.actions with parameters of type TransformMatrix
MatrixAction(int scale, int period, QTDisplaySpace space, Transformable t, TransformMatrix transformMatrixAction)
          Create a MatrixAction that will act upon a Matrix.
DragAction(TransformMatrix transformer)
          Create a DragAction object.