Packagecom.degrafa.core
Interfacepublic interface IGraphicSkin extends IGraphic
ImplementorsGraphicBorderSkin, GraphicPanelSkin, GraphicProgrammaticSkin, GraphicRectangularBorderSkin

Base interface for all Degrafa skin objects.



Public Properties
 PropertyDefined by
 Inheritedfill : IGraphicsFill
IGraphic
 Inheritedfills : Array
IGraphic
  geometry : Array
IGraphicSkin
  geometryCollection : GeometryCollection
[read-only]
IGraphicSkin
 Inheritedheight : Number
IGraphic
 InheritedmeasuredHeight : Number
IGraphic
 InheritedmeasuredWidth : Number
IGraphic
 Inheritedname : String
IGraphic
 Inheritedparent : DisplayObjectContainer
IGraphic
 InheritedpercentHeight : Number
IGraphic
 InheritedpercentWidth : Number
IGraphic
 Inheritedstroke : IGraphicsStroke
IGraphic
 Inheritedstrokes : Array
IGraphic
 Inheritedtarget : DisplayObjectContainer
IGraphic
 Inheritedwidth : Number
IGraphic
 Inheritedx : Number
IGraphic
 Inheritedy : Number
IGraphic
Public Methods
 MethodDefined by
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
IGraphic
 Inherited
draw(graphics:Graphics, rc:Rectangle):void
IGraphic
 Inherited
endDraw(graphics:Graphics):void
IGraphic
  
IGraphicSkin
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
IGraphic
Property detail
geometryproperty
geometry:Array  [read-write]Implementation
    public function get geometry():Array
    public function set geometry(value:Array):void
geometryCollectionproperty 
geometryCollection:GeometryCollection  [read-only]Implementation
    public function get geometryCollection():GeometryCollection
Method detail
invalidateDisplayList()method
public function invalidateDisplayList():void