| Package | com.degrafa.transform |
| Class | public class RotateTransform |
| Inheritance | RotateTransform Transform DegrafaObject |
| Property | Defined by | ||
|---|---|---|---|
| angle : Number
The rotation angle of the transform.
| RotateTransform | ||
![]() | bounds : Rectangle
The tight bounds of this element as represented by a Rectangle object.
| Transform | |
| centerX : Number
The center point of the transform along the x-axis.
| RotateTransform | ||
| centerY : Number
The center point of the transform along the y-axis.
| RotateTransform | ||
![]() | data : String | Transform | |
![]() | document : Object
The MXML document that created this object.
| DegrafaObject | |
![]() | enableEvents : Boolean
Enable events for this object.
| DegrafaObject | |
![]() | geometry : Array
A array of IGeometryComposition objects.
| Transform | |
![]() | geometryCollection : GeometryCollection
Access to the Degrafa geometry collection object for this geometry object.
| Transform | |
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| DegrafaObject | |
![]() | id : String
The identifier used by document to refer to this object.
| DegrafaObject | |
![]() | name : String
The name that refers to this object.
| DegrafaObject | |
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| DegrafaObject | |
| Method | Defined by | ||
|---|---|---|---|
| RotateTransform | |||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
| DegrafaObject | |
|
apply(matrix:Matrix):void
| RotateTransform | ||
![]() |
calcBounds():void
Calculates the bounds for this element.
| Transform | |
![]() |
dispatchEvent(evt:Event):Boolean
Dispatches an event into the event flow.
| DegrafaObject | |
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
Dispatches an property change event into the event flow.
| DegrafaObject | |
![]() |
draw(graphics:Graphics, rc:Rectangle):void
Begins the draw phase for geometry objects.
| Transform | |
![]() |
endDraw(graphics:Graphics):void
Ends the draw phase for geometry objects.
| Transform | |
![]() |
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
| DegrafaObject | |
![]() |
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
| DegrafaObject | |
![]() |
initialized(document:Object, id:String):void
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
| DegrafaObject | |
![]() |
preDraw():void
| Transform | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
| DegrafaObject | |
![]() |
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
| DegrafaObject | |
| angle | property |
angle:Number [read-write]The rotation angle of the transform.
This property can be used as the source for data binding.
Implementation public function get angle():Number
public function set angle(value:Number):void
| centerX | property |
centerX:Number [read-write]The center point of the transform along the x-axis.
This property can be used as the source for data binding.
Implementation public function get centerX():Number
public function set centerX(value:Number):void
| centerY | property |
centerY:Number [read-write]The center point of the transform along the y-axis.
This property can be used as the source for data binding.
Implementation public function get centerY():Number
public function set centerY(value:Number):void
| RotateTransform | () | constructor |
public function RotateTransform()
| apply | () | method |
public function apply(matrix:Matrix):voidParameters
matrix:Matrix |