Packagejp.nium.display
Classpublic final class ExImageLoaderAlign
InheritanceExImageLoaderAlign Inheritance Object

ExImageLoaderAlign クラスは、ExImageLoader.align プロパティの値を提供します。 ExImageLoaderAlign クラスを直接インスタンス化することはできません。 new ExImageLoaderAlign() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。 ExImageLoaderAlign class provides ExIMageLoader.align property. ExImageLoaderAlign class can not instanciate directry. ArgumentError exception will be thrown when call new ExImageLoaderAlign() constructor.

View the examples



Public Constants
 ConstantDefined 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
Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

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

BOTTOM_LEFTConstant 
public static const BOTTOM_LEFT:String = bottomLeft

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

BOTTOM_RIGHTConstant 
public static const BOTTOM_RIGHT:String = bottomRight

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

CENTERConstant 
public static const CENTER:String = center

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

LEFTConstant 
public static const LEFT:String = left

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

RIGHTConstant 
public static const RIGHT:String = right

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

TOPConstant 
public static const TOP:String = top

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

TOP_LEFTConstant 
public static const TOP_LEFT:String = topLeft

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

TOP_RIGHTConstant 
public static const TOP_RIGHT:String = topRight

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

Examples