Method | Defined By | ||
---|---|---|---|
Box(_arg_1:Number = 100, _arg_2:Number = 100, _arg_3:uint = 0xFFFFFF, _arg_4:String = centered, _arg_5:String = solid, _arg_6:Number = 0, _arg_7:Number = 0) | Box |
Constant | Defined By | ||
---|---|---|---|
ALIGN_BOTTOM_LEFT : String = bottomLeft [static] | Box | ||
ALIGN_BOTTOM_RIGHT : String = bottomRight [static] | Box | ||
ALIGN_CENTERED : String = centered [static] | Box | ||
ALIGN_MIDDLE_BOTTOM : String = middleBottom [static] | Box | ||
ALIGN_MIDDLE_LEFT : String = middleLeft [static] | Box | ||
ALIGN_MIDDLE_RIGHT : String = middleRight [static] | Box | ||
ALIGN_MIDDLE_TOP : String = middleTop [static] | Box | ||
ALIGN_TOP_LEFT : String = topLeft [static] | Box | ||
ALIGN_TOP_RIGHT : String = topRight [static] | Box | ||
TYPE_OUTLINE : String = outline [static] | Box | ||
TYPE_SOLID : String = solid [static] | Box | ||
TYPE_SOLID_ROUNDED : String = solidRounded [static] | Box |
Box | () | Constructor |
public function Box(_arg_1:Number = 100, _arg_2:Number = 100, _arg_3:uint = 0xFFFFFF, _arg_4:String = centered, _arg_5:String = solid, _arg_6:Number = 0, _arg_7:Number = 0)
_arg_1:Number (default = 100 )
| |
_arg_2:Number (default = 100 )
| |
_arg_3:uint (default = 0xFFFFFF )
| |
_arg_4:String (default = centered )
| |
_arg_5:String (default = solid )
| |
_arg_6:Number (default = 0 )
| |
_arg_7:Number (default = 0 )
|
ALIGN_BOTTOM_LEFT | Constant |
public static const ALIGN_BOTTOM_LEFT:String = bottomLeft
ALIGN_BOTTOM_RIGHT | Constant |
public static const ALIGN_BOTTOM_RIGHT:String = bottomRight
ALIGN_CENTERED | Constant |
public static const ALIGN_CENTERED:String = centered
ALIGN_MIDDLE_BOTTOM | Constant |
public static const ALIGN_MIDDLE_BOTTOM:String = middleBottom
ALIGN_MIDDLE_LEFT | Constant |
public static const ALIGN_MIDDLE_LEFT:String = middleLeft
ALIGN_MIDDLE_RIGHT | Constant |
public static const ALIGN_MIDDLE_RIGHT:String = middleRight
ALIGN_MIDDLE_TOP | Constant |
public static const ALIGN_MIDDLE_TOP:String = middleTop
ALIGN_TOP_LEFT | Constant |
public static const ALIGN_TOP_LEFT:String = topLeft
ALIGN_TOP_RIGHT | Constant |
public static const ALIGN_TOP_RIGHT:String = topRight
TYPE_OUTLINE | Constant |
public static const TYPE_OUTLINE:String = outline
TYPE_SOLID | Constant |
public static const TYPE_SOLID:String = solid
TYPE_SOLID_ROUNDED | Constant |
public static const TYPE_SOLID_ROUNDED:String = solidRounded