Packageorg.apache.flex.core
Classpublic class TransformModel
InheritanceTransformModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements ITransformModel
Subclasses TransformCompoundModel, TransformMoveXModel, TransformMoveYModel, TransformRotateModel, TransformScaleModel



Public Properties
 PropertyDefined By
  matrix : Matrix
TransformModel
  strand : IStrand
[write-only]
TransformModel
Public Methods
 MethodDefined By
  
TransformModel
Public Constants
 ConstantDefined By
  CHANGE : String = transferModelChange
[static]
TransformModel
Property Detail
matrixproperty
matrix:Matrix


Implementation
    public function get matrix():Matrix
    public function set matrix(value:Matrix):void
strandproperty 
strand:IStrand  [write-only]


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
TransformModel()Constructor
public function TransformModel()



Constant Detail
CHANGEConstant
public static const CHANGE:String = transferModelChange