Packagejp.progression.casts
Classpublic final class CastImageLoaderAlign
InheritanceCastImageLoaderAlign Inheritance Object

CastImageLoaderAlign クラスは、CastImageLoader.align プロパティの値を提供します。 CastImageLoaderAlign クラスを直接インスタンス化することはできません。 new CastImageLoaderAlign() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。

View the examples



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

イメージを下揃えにするよう指定します。

BOTTOM_LEFTConstant 
public static const BOTTOM_LEFT:String = bottomLeft

イメージを左下の隅に揃えるよう指定します。

BOTTOM_RIGHTConstant 
public static const BOTTOM_RIGHT:String = bottomRight

イメージを右下の隅に揃えるよう指定します。

CENTERConstant 
public static const CENTER:String = center

イメージを中央に揃えるよう指定します。

LEFTConstant 
public static const LEFT:String = left

イメージを左揃えにするよう指定します。

RIGHTConstant 
public static const RIGHT:String = right

イメージを右揃えにするよう指定します。

TOPConstant 
public static const TOP:String = top

ステージを上揃えにするよう指定します。

TOP_LEFTConstant 
public static const TOP_LEFT:String = topLeft

イメージを左上の隅に揃えるよう指定します。

TOP_RIGHTConstant 
public static const TOP_RIGHT:String = topRight

イメージを右上の隅に揃えるよう指定します。

Examples