| Package | com.degrafa.core |
| Interface | public interface IGraphicSkin extends IGraphic |
| Implementors | GraphicBorderSkin, GraphicProgrammaticSkin, GraphicRectangularBorderSkin |
| Property | Defined by | ||
|---|---|---|---|
![]() | fill : IGraphicsFill | IGraphic | |
![]() | fills : Array | IGraphic | |
| geometry : Array | IGraphicSkin | ||
| geometryCollection : GeometryCollection
[read-only]
| IGraphicSkin | ||
![]() | height : Number | IGraphic | |
![]() | measuredHeight : Number | IGraphic | |
![]() | measuredWidth : Number | IGraphic | |
![]() | name : String | IGraphic | |
![]() | parent : DisplayObjectContainer | IGraphic | |
![]() | percentHeight : Number | IGraphic | |
![]() | percentWidth : Number | IGraphic | |
![]() | stroke : IGraphicsStroke | IGraphic | |
![]() | strokes : Array | IGraphic | |
![]() | target : DisplayObjectContainer | IGraphic | |
![]() | width : Number | IGraphic | |
![]() | x : Number | IGraphic | |
![]() | y : Number | IGraphic | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| IGraphic | |
![]() |
draw(graphics:Graphics, rc:Rectangle):void
| IGraphic | |
![]() |
endDraw(graphics:Graphics):void
| IGraphic | |
|
invalidateDisplayList():void
| IGraphicSkin | ||
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| IGraphic | |
| geometry | property |
geometry:Array [read-write]Implementation
public function get geometry():Array
public function set geometry(value:Array):void
| geometryCollection | property |
geometryCollection:GeometryCollection [read-only]Implementation
public function get geometryCollection():GeometryCollection
| invalidateDisplayList | () | method |
public function invalidateDisplayList():void