| Method | Defined by | ||
|---|---|---|---|
|
Align(value:int = 0, name:String = "")
Creates a new Align instance.
| Align | ||
|
toString():String
Returns the String representation of the object.
| Align | ||
|
valueOf():int
Returns the primitive value of the object.
| Align | ||
| Constant | Defined by | ||
|---|---|---|---|
| bottom : Align
[static]
Defines the "bottom" value (
0x002). | Align | ||
| bottomLeft : Align
[static]
Defines the "bottomLeft" value (
0x022). | Align | ||
| bottomRight : Align
[static]
Defines the "bottomRight" value (
0x012). | Align | ||
| center : Align
[static]
Defines the "center" value (
0x100). | Align | ||
| left : Align
[static]
Defines the "left" value (
0x020). | Align | ||
| none : Align
[static]
Defines the "none" value (
0x000). | Align | ||
| right : Align
[static]
Defines the "right" value (
0x010). | Align | ||
| top : Align
[static]
Defines the "top" value (
0x001). | Align | ||
| topLeft : Align
[static]
Defines the "topLeft" value (
0x021). | Align | ||
| topRight : Align
[static]
Defines the "topRight" value (
0x011). | Align | ||
| Align | () | constructor |
public function Align(value:int = 0, name:String = "")Creates a new Align instance.
Parametersvalue:int (default = 0) — The value of the enumeration.
|
|
name:String (default = "") — The name key of the enumeration.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|
| valueOf | () | method |
public function valueOf():intReturns the primitive value of the object.
Returnsint — the primitive value of the object.
|
| bottom | constant |
public static const bottom:Align
Defines the "bottom" value (0x002).
| bottomLeft | constant |
public static const bottomLeft:Align
Defines the "bottomLeft" value (0x022).
| bottomRight | constant |
public static const bottomRight:Align
Defines the "bottomRight" value (0x012).
| center | constant |
public static const center:Align
Defines the "center" value (0x100).
| left | constant |
public static const left:Align
Defines the "left" value (0x020).
| none | constant |
public static const none:Align
Defines the "none" value (0x000).
| right | constant |
public static const right:Align
Defines the "right" value (0x010).
| top | constant |
public static const top:Align
Defines the "top" value (0x001).
| topLeft | constant |
public static const topLeft:Align
Defines the "topLeft" value (0x021).
| topRight | constant |
public static const topRight:Align
Defines the "topRight" value (0x011).