Packagecom.zehfernando.display.shapes
Classpublic class Box
InheritanceBox Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  color : int
Box
Protected Properties
 PropertyDefined by
  _color : Number
Box
Public Methods
 MethodDefined by
  
Box(__width:Number = 100, __height:Number = 100, __color:int = 0xff0000)
Box
Protected Methods
 MethodDefined by
  
paint():void
Box
Property detail
_colorproperty
protected var _color:Number
colorproperty 
color:int  [read-write]Implementation
    public function get color():int
    public function set color(value:int):void
Constructor detail
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)
Method detail
paint()method
protected function paint():void