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 [read-write]Implementation
public function get color():uint
public function set color(value:uint):void
radius:Number [read-write]Implementation
public function get radius():Number
public function set radius(value:Number):void
public 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.
|
© Richard Lord 2010