The Ring class is a DisplayObject with a circle shape that contains a hole.
The registration point of this diaplay object is in the center of the Ring.
color:uint Implementation public function get color():uint public function set color(value:uint):voidinnerRadius:Number Implementation public function get innerRadius():Number public function set innerRadius(value:Number):voidouterRadius:Number Implementation public function get outerRadius():Number public function set outerRadius(value:Number):voidpublic function Ring(inner:Number = 1, outer:Number = 2, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a Ring with the specified inner and outer radius.
Parameters | inner:Number (default = 1) — Inner radius of the ring
|
| |
| outer:Number (default = 2) — Outer radius of the ring
|
| |
| color:uint (default = 0xFFFFFF) — Color of the ring
|
| |
| bm:String (default = normal) — Blend mode of the ring
|
Sun Feb 27 2011, 06:00 PM Z