| Package | jp.nium.display |
| Class | public final class ExImageLoaderAlign |
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : int = 7 [static]
イメージを下揃えにするよう指定します。
Set the image to align to bottom.
| ExImageLoaderAlign | ||
| BOTTOM_LEFT : int = 6 [static]
イメージを左下の隅に揃えるよう指定します。
Set the image to align to bottom-left.
| ExImageLoaderAlign | ||
| BOTTOM_RIGHT : int = 8 [static]
イメージを右下の隅に揃えるよう指定します。
Set the image to align to bottom-right.
| ExImageLoaderAlign | ||
| CENTER : int = 4 [static]
イメージを中央に揃えるよう指定します。
Set the image to align to center.
| ExImageLoaderAlign | ||
| LEFT : int = 3 [static]
イメージを左揃えにするよう指定します。
Set the image to align to left.
| ExImageLoaderAlign | ||
| RIGHT : int = 5 [static]
イメージを右揃えにするよう指定します。
Set the image to align to right.
| ExImageLoaderAlign | ||
| TOP : int = 1 [static]
ステージを上揃えにするよう指定します。
Set the stage to align to top.
| ExImageLoaderAlign | ||
| TOP_LEFT : int = 0 [static]
イメージを左上の隅に揃えるよう指定します。
Set the image to align to top-left.
| ExImageLoaderAlign | ||
| TOP_RIGHT : int = 2 [static]
イメージを右上の隅に揃えるよう指定します。
Set the image to align to top-right.
| ExImageLoaderAlign | ||
| BOTTOM | constant |
public static const BOTTOM:int = 7イメージを下揃えにするよう指定します。 Set the image to align to bottom.
| BOTTOM_LEFT | constant |
public static const BOTTOM_LEFT:int = 6イメージを左下の隅に揃えるよう指定します。 Set the image to align to bottom-left.
| BOTTOM_RIGHT | constant |
public static const BOTTOM_RIGHT:int = 8イメージを右下の隅に揃えるよう指定します。 Set the image to align to bottom-right.
| CENTER | constant |
public static const CENTER:int = 4イメージを中央に揃えるよう指定します。 Set the image to align to center.
| LEFT | constant |
public static const LEFT:int = 3イメージを左揃えにするよう指定します。 Set the image to align to left.
| RIGHT | constant |
public static const RIGHT:int = 5イメージを右揃えにするよう指定します。 Set the image to align to right.
| TOP | constant |
public static const TOP:int = 1ステージを上揃えにするよう指定します。 Set the stage to align to top.
| TOP_LEFT | constant |
public static const TOP_LEFT:int = 0イメージを左上の隅に揃えるよう指定します。 Set the image to align to top-left.
| TOP_RIGHT | constant |
public static const TOP_RIGHT:int = 2イメージを右上の隅に揃えるよう指定します。 Set the image to align to top-right.