Packagefrocessing.shape
Interfacepublic interface IFShape
Implementors AbstractFShape, FShape, FShapeCircle, FShapeEllipse, FShapeImage, FShapeImageLoader, FShapeLine, FShapeRect

Interface of shape object.



Public Properties
 PropertyDefined By
  caps : String
IFShape
  commands : Array
[read-only]
IFShape
  fill : ICanvasFill
[read-only]
IFShape
  fillAlpha : Number
IFShape
  fillColor : uint
IFShape
  fillEnabled : Boolean
IFShape
  height : Number
[read-only]
IFShape
  joints : String
IFShape
  left : Number
[read-only]
IFShape
  matrix : Matrix
[read-only]
IFShape
  miterLimit : Number
IFShape
  name : String
[read-only]
IFShape
  parent : IFShapeContainer
IFShape
  pixelHinting : Boolean
IFShape
  scaleMode : String
IFShape
  stroke : ICanvasStroke
[read-only]
IFShape
  strokeAlpha : Number
IFShape
  strokeColor : uint
IFShape
  strokeEnabled : Boolean
IFShape
  styleEnabled : Boolean
[read-only]
IFShape
  thickness : Number
IFShape
  top : Number
[read-only]
IFShape
  vertices : Array
[read-only]
IFShape
  visible : Boolean
[read-only]
IFShape
  width : Number
[read-only]
IFShape
Public Methods
 MethodDefined By
  
IFShape
  
IFShape
  
toSprite():Sprite
IFShape
Property Detail
capsproperty
caps:String


Implementation
    public function get caps():String
    public function set caps(value:String):void
commandsproperty 
commands:Array  [read-only]


Implementation
    public function get commands():Array
fillproperty 
fill:ICanvasFill  [read-only]


Implementation
    public function get fill():ICanvasFill
fillAlphaproperty 
fillAlpha:Number


Implementation
    public function get fillAlpha():Number
    public function set fillAlpha(value:Number):void
fillColorproperty 
fillColor:uint


Implementation
    public function get fillColor():uint
    public function set fillColor(value:uint):void
fillEnabledproperty 
fillEnabled:Boolean


Implementation
    public function get fillEnabled():Boolean
    public function set fillEnabled(value:Boolean):void
heightproperty 
height:Number  [read-only]


Implementation
    public function get height():Number
jointsproperty 
joints:String


Implementation
    public function get joints():String
    public function set joints(value:String):void
leftproperty 
left:Number  [read-only]


Implementation
    public function get left():Number
matrixproperty 
matrix:Matrix  [read-only]


Implementation
    public function get matrix():Matrix
miterLimitproperty 
miterLimit:Number


Implementation
    public function get miterLimit():Number
    public function set miterLimit(value:Number):void
nameproperty 
name:String  [read-only]


Implementation
    public function get name():String
parentproperty 
parent:IFShapeContainer


Implementation
    public function get parent():IFShapeContainer
    public function set parent(value:IFShapeContainer):void
pixelHintingproperty 
pixelHinting:Boolean


Implementation
    public function get pixelHinting():Boolean
    public function set pixelHinting(value:Boolean):void
scaleModeproperty 
scaleMode:String


Implementation
    public function get scaleMode():String
    public function set scaleMode(value:String):void
strokeproperty 
stroke:ICanvasStroke  [read-only]


Implementation
    public function get stroke():ICanvasStroke
strokeAlphaproperty 
strokeAlpha:Number


Implementation
    public function get strokeAlpha():Number
    public function set strokeAlpha(value:Number):void
strokeColorproperty 
strokeColor:uint


Implementation
    public function get strokeColor():uint
    public function set strokeColor(value:uint):void
strokeEnabledproperty 
strokeEnabled:Boolean


Implementation
    public function get strokeEnabled():Boolean
    public function set strokeEnabled(value:Boolean):void
styleEnabledproperty 
styleEnabled:Boolean  [read-only]


Implementation
    public function get styleEnabled():Boolean
thicknessproperty 
thickness:Number


Implementation
    public function get thickness():Number
    public function set thickness(value:Number):void
topproperty 
top:Number  [read-only]


Implementation
    public function get top():Number
verticesproperty 
vertices:Array  [read-only]


Implementation
    public function get vertices():Array
visibleproperty 
visible:Boolean  [read-only]


Implementation
    public function get visible():Boolean
widthproperty 
width:Number  [read-only]


Implementation
    public function get width():Number
Method Detail
disableStyle()method
public function disableStyle():void

enableStyle()method 
public function enableStyle():void

toSprite()method 
public function toSprite():Sprite

Returns
Sprite