Packagejp.nium.display
Classpublic final class ExImageLoaderAlign

ExImageLoaderAlign クラスは、ExImageLoader クラスの画像の基準点となる値を提供します。


Example
  

See also

jp.nium.display.ExImageLoader.align


Public Constants
 ConstantDefined 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
Constant detail
BOTTOMconstant
public static const BOTTOM:int = 7

イメージを下揃えにするよう指定します。 Set the image to align to bottom.

BOTTOM_LEFTconstant 
public static const BOTTOM_LEFT:int = 6

イメージを左下の隅に揃えるよう指定します。 Set the image to align to bottom-left.

BOTTOM_RIGHTconstant 
public static const BOTTOM_RIGHT:int = 8

イメージを右下の隅に揃えるよう指定します。 Set the image to align to bottom-right.

CENTERconstant 
public static const CENTER:int = 4

イメージを中央に揃えるよう指定します。 Set the image to align to center.

LEFTconstant 
public static const LEFT:int = 3

イメージを左揃えにするよう指定します。 Set the image to align to left.

RIGHTconstant 
public static const RIGHT:int = 5

イメージを右揃えにするよう指定します。 Set the image to align to right.

TOPconstant 
public static const TOP:int = 1

ステージを上揃えにするよう指定します。 Set the stage to align to top.

TOP_LEFTconstant 
public static const TOP_LEFT:int = 0

イメージを左上の隅に揃えるよう指定します。 Set the image to align to top-left.

TOP_RIGHTconstant 
public static const TOP_RIGHT:int = 2

イメージを右上の隅に揃えるよう指定します。 Set the image to align to top-right.