Packagefrocessing.shape
Classpublic class FShapeEllipse
InheritanceFShapeEllipse Inheritance AbstractFShape Inheritance CanvasStyleAdapter Inheritance Object
Implements IFShape

Ellipse Shape.



Public Properties
 PropertyDefined By
 Inheritedcaps : String
stroke caps.
AbstractFShape
 Inheritedcommands : Array
[read-only] shape path commands.
AbstractFShape
  cx : Number
FShapeEllipse
  cy : Number
FShapeEllipse
 Inheritedfill : ICanvasFill
fill stye object.
AbstractFShape
 InheritedfillAlpha : Number
fill alpha.
AbstractFShape
 InheritedfillColor : uint
fill color.
AbstractFShape
 InheritedfillEnabled : Boolean
fill style enabled.
AbstractFShape
 Inheritedheight : Number
[read-only]
AbstractFShape
 Inheritedjoints : String
stroke joints.
AbstractFShape
 Inheritedleft : Number
[read-only]
AbstractFShape
 Inheritedmatrix : Matrix
transform matrix( not clone ).
AbstractFShape
 InheritedmiterLimit : Number
stroke miterLimit.
AbstractFShape
 Inheritedname : String
shape object name(id).
AbstractFShape
 Inheritedparent : IFShapeContainer
parent shape container.
AbstractFShape
 InheritedpixelHinting : Boolean
stroke pixelHinting
AbstractFShape
  rx : Number
FShapeEllipse
  ry : Number
FShapeEllipse
 InheritedscaleMode : String
stroke scaleMode.
AbstractFShape
 Inheritedstroke : ICanvasStroke
stroke style object.
AbstractFShape
 InheritedstrokeAlpha : Number
stroke alpha.
AbstractFShape
 InheritedstrokeColor : uint
stroke color.
AbstractFShape
 InheritedstrokeEnabled : Boolean
stroke style enabled.
AbstractFShape
 InheritedstyleEnabled : Boolean
[read-only]
AbstractFShape
 Inheritedthickness : Number
stroke thickness.
AbstractFShape
 Inheritedtop : Number
[read-only]
AbstractFShape
 InheriteduserData : Object
AbstractFShape
 Inheritedvertices : Array
[read-only] shape path data.
AbstractFShape
 Inheritedvisible : Boolean
shape visible.
AbstractFShape
 Inheritedwidth : Number
[read-only]
AbstractFShape
Public Methods
 MethodDefined By
  
FShapeEllipse(x:Number, y:Number, radiusX:Number, radiusY:Number, parent_group:IFShapeContainer = null)
FShapeEllipse
 Inherited
applyMatrix(mat:Matrix):void
apply matrix( prepend mat to current matrix ).
AbstractFShape
 Inherited
disable stroke and fill styles.
AbstractFShape
 Inherited
drawGraphics(gc:Graphics):void
draw the shape to graphics.
AbstractFShape
 Inherited
enable stroke and fill styles.
AbstractFShape
 Inherited
reset transfrom.
AbstractFShape
 Inherited
rotate(angle:Number):void
rotate shape.
AbstractFShape
 Inherited
scale(x:Number, y:Number):void
scale shape.
AbstractFShape
 Inherited
toSprite():Sprite
make new Sprite instance.
AbstractFShape
 Inherited
translate(x:Number, y:Number):void
translate shape.
AbstractFShape
  
[override] update shape rectangle.( left, top, width, height )
FShapeEllipse
Property Detail
cxproperty
cx:Number


Implementation
    public function get cx():Number
    public function set cx(value:Number):void
cyproperty 
cy:Number


Implementation
    public function get cy():Number
    public function set cy(value:Number):void
rxproperty 
rx:Number


Implementation
    public function get rx():Number
    public function set rx(value:Number):void
ryproperty 
ry:Number


Implementation
    public function get ry():Number
    public function set ry(value:Number):void
Constructor Detail
FShapeEllipse()Constructor
public function FShapeEllipse(x:Number, y:Number, radiusX:Number, radiusY:Number, parent_group:IFShapeContainer = null)

Parameters
x:Number
 
y:Number
 
radiusX:Number
 
radiusY:Number
 
parent_group:IFShapeContainer (default = null)
Method Detail
updateShapeGeom()method
override public function updateShapeGeom():void

update shape rectangle.( left, top, width, height )