The LineShape class is a DisplayObject with a simple line shape. The line is
horizontal and the registration point of this display object is in the center
of the line.
color:uint Implementation public function get color():uint public function set color(value:uint):voidlength:Number Implementation public function get length():Number public function set length(value:Number):voidpublic function Line(lineLength:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a Line with the specified length.
Parameters | lineLength:Number (default = 1) — The length, in pixels, of the line.
|
| |
| color:uint (default = 0xFFFFFF) — the color of the Line
|
| |
| bm:String (default = normal) — The blendMode for the Line
|
Sun Feb 27 2011, 06:00 PM Z