The Dot class is a DisplayObject with a circle shape. The registration point
of this diaplay object is in the center of the Dot.
color:uint Implementation public function get color():uint public function set color(value:uint):voidradius:Number Implementation public function get radius():Number public function set radius(value:Number):voidpublic function Dot(radius:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a Dot with a specified radius.
Parameters | radius:Number (default = 1) — The radius, in pixels, of the Dot.
|
| |
| color:uint (default = 0xFFFFFF) — The color of the Dot.
|
| |
| bm:String (default = normal) — The blendMode for the Dot.
|
Sun Feb 27 2011, 06:00 PM Z