Packageorg.apache.flex.core
Interfacepublic interface ITransformModel extends IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors TransformModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ITransformModel interface describes the minimum set of properties needed to define a transformation on an object.



Public Properties
 PropertyDefined By
  matrix : Matrix
The matrix of the Transform
ITransformModel
Property Detail
matrixproperty
matrix:Matrix

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The matrix of the Transform


Implementation
    public function get matrix():Matrix
    public function set matrix(value:Matrix):void