Packagecom.greensock.data
Classpublic class TransformAroundPointVars
InheritanceTransformAroundPointVars Inheritance VarsCore Inheritance flash.utils.Proxy
SubclassesTransformAroundCenterVars



Public Properties
 PropertyDefined by
  height : Number
TransformAroundPointVars
  point : Point
TransformAroundPointVars
  rotation : Number
TransformAroundPointVars
  scale : Number
TransformAroundPointVars
  scaleX : Number
TransformAroundPointVars
  scaleY : Number
TransformAroundPointVars
  shortRotation : Object
TransformAroundPointVars
  width : Number
TransformAroundPointVars
  x : Number
TransformAroundPointVars
  y : Number
TransformAroundPointVars
Public Methods
 MethodDefined by
  
TransformAroundPointVars(point:Point = null, scaleX:Number, scaleY:Number, rotation:Number, width:Number, height:Number, shortRotation:Object = null, x:Number, y:Number)
TransformAroundPointVars
  
[static]
TransformAroundPointVars
Protected Methods
 MethodDefined by
 Inherited
hasProperty(name:*):Boolean
VarsCore
  
initEnumerables(nulls:Array, numbers:Array):void
TransformAroundPointVars
Property detail
heightproperty
public var height:Number
pointproperty 
public var point:Point
rotationproperty 
public var rotation:Number
scaleproperty 
public var scale:Number
scaleXproperty 
public var scaleX:Number
scaleYproperty 
public var scaleY:Number
shortRotationproperty 
public var shortRotation:Object
widthproperty 
public var width:Number
xproperty 
public var x:Number
yproperty 
public var y:Number
Constructor detail
TransformAroundPointVars()constructor
public function TransformAroundPointVars(point:Point = null, scaleX:Number, scaleY:Number, rotation:Number, width:Number, height:Number, shortRotation:Object = null, x:Number, y:Number)Parameters
point:Point (default = null)
 
scaleX:Number
 
scaleY:Number
 
rotation:Number
 
width:Number
 
height:Number
 
shortRotation:Object (default = null)
 
x:Number
 
y:Number
Method detail
create()method
public static function create(vars:Object):TransformAroundPointVarsParameters
vars:Object

Returns
TransformAroundPointVars
initEnumerables()method 
protected override function initEnumerables(nulls:Array, numbers:Array):voidParameters
nulls:Array
 
numbers:Array