| Package | com.addicted2flash.layout.util |
| Class | public final class Alignment |
| Method | Defined by | ||
|---|---|---|---|
|
toString(type:int):String
[static]
Returns the string representation of the given alignment.
| Alignment | ||
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : int = 0x04 [static]
Bottom alignment.
| Alignment | ||
| BOTTOM_LEFT : int [static]
Bottom-left alignment
| Alignment | ||
| BOTTOM_RIGHT : int [static]
Bottom-right alignment
| Alignment | ||
| CENTER : int = 0x10 [static]
Center alignment.
| Alignment | ||
| LEFT : int = 0x08 [static]
Left alignment.
| Alignment | ||
| RIGHT : int = 0x02 [static]
Right alignment.
| Alignment | ||
| TOP : int = 0x01 [static]
Top alignment.
| Alignment | ||
| TOP_LEFT : int [static]
Top-left alignment
| Alignment | ||
| TOP_RIGHT : int [static]
Top-right alignment
| Alignment | ||
| toString | () | method |
public static function toString(type:int):StringReturns the string representation of the given alignment.
Parameterstype:int — type of alignment
|
String — the string representation of the given alignment
|
— if alignment is not supported
|
| BOTTOM | constant |
public static const BOTTOM:int = 0x04Bottom alignment.
| BOTTOM_LEFT | constant |
public static const BOTTOM_LEFT:intBottom-left alignment
| BOTTOM_RIGHT | constant |
public static const BOTTOM_RIGHT:intBottom-right alignment
| CENTER | constant |
public static const CENTER:int = 0x10Center alignment.
| LEFT | constant |
public static const LEFT:int = 0x08Left alignment.
| RIGHT | constant |
public static const RIGHT:int = 0x02Right alignment.
| TOP | constant |
public static const TOP:int = 0x01Top alignment.
| TOP_LEFT | constant |
public static const TOP_LEFT:intTop-left alignment
| TOP_RIGHT | constant |
public static const TOP_RIGHT:intTop-right alignment