Packagefrocessing.shape
Interfacepublic interface IFShapeContainer extends IFShape
Implementors FShapeContainer

Interface of shape container.



Public Properties
 PropertyDefined By
 Inheritedcaps : String
IFShape
 Inheritedcommands : Array
[read-only]
IFShape
 Inheritedfill : ICanvasFill
[read-only]
IFShape
 InheritedfillAlpha : Number
IFShape
 InheritedfillColor : uint
IFShape
 InheritedfillEnabled : Boolean
IFShape
 Inheritedheight : Number
[read-only]
IFShape
 Inheritedjoints : String
IFShape
 Inheritedleft : Number
[read-only]
IFShape
 Inheritedmatrix : Matrix
[read-only]
IFShape
 InheritedmiterLimit : Number
IFShape
 Inheritedname : String
[read-only]
IFShape
 Inheritedparent : IFShapeContainer
IFShape
 InheritedpixelHinting : Boolean
IFShape
 InheritedscaleMode : String
IFShape
 Inheritedstroke : ICanvasStroke
[read-only]
IFShape
 InheritedstrokeAlpha : Number
IFShape
 InheritedstrokeColor : uint
IFShape
 InheritedstrokeEnabled : Boolean
IFShape
 InheritedstyleEnabled : Boolean
[read-only]
IFShape
 Inheritedthickness : Number
IFShape
 Inheritedtop : Number
[read-only]
IFShape
 Inheritedvertices : Array
[read-only]
IFShape
 Inheritedvisible : Boolean
[read-only]
IFShape
 Inheritedwidth : Number
[read-only]
IFShape
Public Methods
 MethodDefined By
  
IFShapeContainer
 Inherited
IFShape
 Inherited
IFShape
  
findChild(target:String):IFShape
IFShapeContainer
  
getChild(target:String):IFShape
IFShapeContainer
  
getChildAt(index:int):IFShape
IFShapeContainer
  
IFShapeContainer
  
IFShapeContainer
 Inherited
toSprite():Sprite
IFShape
Method Detail
addChild()method
public function addChild(shape:IFShape):IFShape

Parameters

shape:IFShape

Returns
IFShape
findChild()method 
public function findChild(target:String):IFShape

Parameters

target:String

Returns
IFShape
getChild()method 
public function getChild(target:String):IFShape

Parameters

target:String

Returns
IFShape
getChildAt()method 
public function getChildAt(index:int):IFShape

Parameters

index:int

Returns
IFShape
getChildCount()method 
public function getChildCount():uint

Returns
uint
removeChild()method 
public function removeChild(shape:IFShape):IFShape

Parameters

shape:IFShape

Returns
IFShape