| Package | jp.progression.casts |
| Class | public final class CastImageLoaderAlign |
| Inheritance | CastImageLoaderAlign Object |
| Constant | Defined By | ||
|---|---|---|---|
| BOTTOM : String = bottom [static]
イメージを下揃えにするよう指定します。
| CastImageLoaderAlign | ||
| BOTTOM_LEFT : String = bottomLeft [static]
イメージを左下の隅に揃えるよう指定します。
| CastImageLoaderAlign | ||
| BOTTOM_RIGHT : String = bottomRight [static]
イメージを右下の隅に揃えるよう指定します。
| CastImageLoaderAlign | ||
| CENTER : String = center [static]
イメージを中央に揃えるよう指定します。
| CastImageLoaderAlign | ||
| LEFT : String = left [static]
イメージを左揃えにするよう指定します。
| CastImageLoaderAlign | ||
| RIGHT : String = right [static]
イメージを右揃えにするよう指定します。
| CastImageLoaderAlign | ||
| TOP : String = top [static]
ステージを上揃えにするよう指定します。
| CastImageLoaderAlign | ||
| TOP_LEFT : String = topLeft [static]
イメージを左上の隅に揃えるよう指定します。
| CastImageLoaderAlign | ||
| TOP_RIGHT : String = topRight [static]
イメージを右上の隅に揃えるよう指定します。
| CastImageLoaderAlign | ||
| BOTTOM | Constant |
public static const BOTTOM:String = bottomイメージを下揃えにするよう指定します。
| BOTTOM_LEFT | Constant |
public static const BOTTOM_LEFT:String = bottomLeft イメージを左下の隅に揃えるよう指定します。
| BOTTOM_RIGHT | Constant |
public static const BOTTOM_RIGHT:String = bottomRightイメージを右下の隅に揃えるよう指定します。
| CENTER | Constant |
public static const CENTER:String = centerイメージを中央に揃えるよう指定します。
| LEFT | Constant |
public static const LEFT:String = left イメージを左揃えにするよう指定します。
| RIGHT | Constant |
public static const RIGHT:String = rightイメージを右揃えにするよう指定します。
| TOP | Constant |
public static const TOP:String = topステージを上揃えにするよう指定します。
| TOP_LEFT | Constant |
public static const TOP_LEFT:String = topLeftイメージを左上の隅に揃えるよう指定します。
| TOP_RIGHT | Constant |
public static const TOP_RIGHT:String = topRightイメージを右上の隅に揃えるよう指定します。