Package | net.xFramework.utils |
Class | public class Align |
Inheritance | Align ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
getType(strType:String):int
[static]
Alignタイプ定数取得メソッド
タイプ文字列をタイプ定数に変換します。 | Align |
Constant | Defined by | ||
---|---|---|---|
BOTTOM : int = 12 [static]
BOTTOM定数
| Align | ||
CENTER : int = 1 [static]
CENTER定数
| Align | ||
LEFT : int = 0 [static]
LEFT定数
| Align | ||
MIDDLE : int = 11 [static]
MIDDLE定数
| Align | ||
RIGHT : int = 2 [static]
RIGHT定数
| Align | ||
TOP : int = 10 [static]
TOP定数
| Align |
getType | () | method |
public static function getType(strType:String):int
Alignタイプ定数取得メソッド
タイプ文字列をタイプ定数に変換します。
ParametersstrType:String — Alingタイプ文字列
|
int — タイプ定数、エラーの場合-1を返却します。
|
BOTTOM | constant |
public static const BOTTOM:int = 12
BOTTOM定数
CENTER | constant |
public static const CENTER:int = 1
CENTER定数
LEFT | constant |
public static const LEFT:int = 0
LEFT定数
MIDDLE | constant |
public static const MIDDLE:int = 11
MIDDLE定数
RIGHT | constant |
public static const RIGHT:int = 2
RIGHT定数
TOP | constant |
public static const TOP:int = 10
TOP定数