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