Packagemx.geom
Classpublic class TransformOffsets
InheritanceTransformOffsets Inheritance flash.events.EventDispatcher

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A CompoundTransform represents a 2D or 3D matrix transform. It can be used in the postLayoutTransformOffsets property on a UIComponent or GraphicElement.



Public Properties
 PropertyDefined By
  rotationX : Number
the rotationX, in degrees, added to the transform
TransformOffsets
  rotationY : Number
the rotationY, in degrees, added to the transform
TransformOffsets
  rotationZ : Number
the rotationZ, in degrees, added to the transform
TransformOffsets
  scaleX : Number
the multiplier applied to the scaleX of the transform.
TransformOffsets
  scaleY : Number
the multiplier applied to the scaleY of the transform.
TransformOffsets
  scaleZ : Number
the multiplier applied to the scaleZ of the transform.
TransformOffsets
  x : Number
the x value added to the transform
TransformOffsets
  y : Number
the y value added to the transform
TransformOffsets
  z : Number
the z value added to the transform
TransformOffsets
Public Methods
 MethodDefined By
  
Constructor.
TransformOffsets
Property Detail
rotationXproperty
rotationX:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the rotationX, in degrees, added to the transform


Implementation
    public function get rotationX():Number
    public function set rotationX(value:Number):void
rotationYproperty 
rotationY:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the rotationY, in degrees, added to the transform


Implementation
    public function get rotationY():Number
    public function set rotationY(value:Number):void
rotationZproperty 
rotationZ:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the rotationZ, in degrees, added to the transform


Implementation
    public function get rotationZ():Number
    public function set rotationZ(value:Number):void
scaleXproperty 
scaleX:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the multiplier applied to the scaleX of the transform.


Implementation
    public function get scaleX():Number
    public function set scaleX(value:Number):void
scaleYproperty 
scaleY:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the multiplier applied to the scaleY of the transform.


Implementation
    public function get scaleY():Number
    public function set scaleY(value:Number):void
scaleZproperty 
scaleZ:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the multiplier applied to the scaleZ of the transform.


Implementation
    public function get scaleZ():Number
    public function set scaleZ(value:Number):void
xproperty 
x:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the x value added to the transform


Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the y value added to the transform


Implementation
    public function get y():Number
    public function set y(value:Number):void
zproperty 
z:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

the z value added to the transform


Implementation
    public function get z():Number
    public function set z(value:Number):void
Constructor Detail
TransformOffsets()Constructor
public function TransformOffsets()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.