Packageorg.flintparticles.common.displayObjects
Classpublic class Ellipse
InheritanceEllipse Inheritance flash.display.Shape

The Ellipse class is a DisplayObject with a oval shape. The registration point of this diaplay object is in the center of the Ellipse.



Public Properties
 PropertyDefined By
  color : uint
Ellipse
  ellipseHeight : Number
Ellipse
  ellipseWidth : Number
Ellipse
Public Methods
 MethodDefined By
  
Ellipse(width:Number = 1, height:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a Dot with a specified radius.
Ellipse
Property Detail
colorproperty
color:uint


Implementation
    public function get color():uint
    public function set color(value:uint):void
ellipseHeightproperty 
ellipseHeight:Number


Implementation
    public function get ellipseHeight():Number
    public function set ellipseHeight(value:Number):void
ellipseWidthproperty 
ellipseWidth:Number


Implementation
    public function get ellipseWidth():Number
    public function set ellipseWidth(value:Number):void
Constructor Detail
Ellipse()Constructor
public function Ellipse(width:Number = 1, height:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)

The constructor creates a Dot with a specified radius.

Parameters
width:Number (default = 1) — The radius, in pixels, of the Dot.
 
height:Number (default = 1) — The color of the Dot.
 
color:uint (default = 0xFFFFFF) — The blendMode for the Dot.
 
bm:String (default = normal)