| Package | com.degrafa.core |
| Interface | public interface IGraphicsFill extends IDegrafaObject, flash.events.IEventDispatcher, mx.graphics.IFill |
| Subinterfaces | ITransformablePaint |
| Implementors | BitmapFill, BlendFill, ComplexFill, EmptyFill, LinearGradientFill, RadialGradientFill, SolidFill, VectorFill, VideoFill |
| Property | Defined by | ||
|---|---|---|---|
![]() | enableEvents : Boolean | IDegrafaObject | |
![]() | hasEventManager : Boolean | IDegrafaObject | |
| lastArgs : Array [read-only]
| IGraphicsFill | ||
| lastRectangle : Rectangle [read-only]
| IGraphicsFill | ||
![]() | parent : IDegrafaObject | IDegrafaObject | |
| requester : IGeometryComposition
[write-only]
| IGraphicsFill | ||
| restartFunction : Function [read-only]
| IGraphicsFill | ||
![]() | suppressEventProcessing : Boolean | IDegrafaObject | |
| lastArgs | property |
lastArgs:Array [read-only]Implementation
public function get lastArgs():Array
| lastRectangle | property |
lastRectangle:Rectangle [read-only]Implementation
public function get lastRectangle():Rectangle
| requester | property |
requester:IGeometryComposition [write-only]Implementation
public function set requester(value:IGeometryComposition):void
| restartFunction | property |
restartFunction:Function [read-only]Implementation
public function get restartFunction():Function