Packagecom.degrafa.core
Interfacepublic interface ITransformablePaint extends IDegrafaObject, flash.events.IEventDispatcher, IGraphicsFill, mx.graphics.IFill
ImplementorsBitmapFill, ComplexFill, GradientFillBase, VectorFill, VideoFill

Base interface for all Degrafa transformable fill and stroke objects.



Public Properties
 PropertyDefined by
 InheritedenableEvents : Boolean
IDegrafaObject
 InheritedhasEventManager : Boolean
IDegrafaObject
 InheritedlastArgs : Array
IGraphicsFill
 InheritedlastRectangle : Rectangle
IGraphicsFill
 Inheritedparent : IDegrafaObject
IDegrafaObject
 Inheritedrequester : IGeometryComposition
IGraphicsFill
 InheritedrestartFunction : Function
IGraphicsFill
 InheritedsuppressEventProcessing : Boolean
IDegrafaObject
  transform : ITransform
ITransformablePaint
Public Methods
 MethodDefined by
 Inherited
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
IDegrafaObject
Property detail
transformproperty
transform:ITransform  [read-write]Implementation
    public function get transform():ITransform
    public function set transform(value:ITransform):void