Packagecom.degrafa.core
Interfacepublic interface IGraphicsFill extends IDegrafaObject, flash.events.IEventDispatcher, mx.graphics.IFill
SubinterfacesITransformablePaint
ImplementorsBitmapFill, BlendFill, ComplexFill, EmptyFill, LinearGradientFill, RadialGradientFill, SolidFill, VectorFill, VideoFill

Base interface for all Degrafa fill objects.



Public Properties
 PropertyDefined by
 InheritedenableEvents : Boolean
IDegrafaObject
 InheritedhasEventManager : Boolean
IDegrafaObject
  lastArgs : Array
[read-only]
IGraphicsFill
  lastRectangle : Rectangle
[read-only]
IGraphicsFill
 Inheritedparent : IDegrafaObject
IDegrafaObject
  requester : IGeometryComposition
[write-only]
IGraphicsFill
  restartFunction : Function
[read-only]
IGraphicsFill
 InheritedsuppressEventProcessing : Boolean
IDegrafaObject
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
lastArgsproperty
lastArgs:Array  [read-only]Implementation
    public function get lastArgs():Array
lastRectangleproperty 
lastRectangle:Rectangle  [read-only]Implementation
    public function get lastRectangle():Rectangle
requesterproperty 
requester:IGeometryComposition  [write-only]Implementation
    public function set requester(value:IGeometryComposition):void
restartFunctionproperty 
restartFunction:Function  [read-only]Implementation
    public function get restartFunction():Function