Property | Defined by | ||
---|---|---|---|
color : int | Box |
Property | Defined by | ||
---|---|---|---|
_color : Number | Box |
Method | Defined by | ||
---|---|---|---|
Box(__width:Number = 100, __height:Number = 100, __color:int = 0xff0000)
| Box |
Method | Defined by | ||
---|---|---|---|
paint():void
| Box |
_color | property |
protected var _color:Number
color | property |
color:int
[read-write]Implementation
public function get color():int
public function set color(value:int):void
Box | () | constructor |
public function Box(__width:Number = 100, __height:Number = 100, __color:int = 0xff0000)
Parameters
__width:Number (default = 100 )
|
|
__height:Number (default = 100 )
|
|
__color:int (default = 0xff0000 )
|
paint | () | method |
protected function paint():void