Packagejp.progression.casts.effects
Classpublic final class EffectDirectionType
InheritanceEffectDirectionType Inheritance Object

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

View the examples



Public Constants
 ConstantDefined By
  IN : String = in
[static] エフェクトが開始方向のイージングをするよう指定します。
EffectDirectionType
  IN_OUT : String = inOut
[static] エフェクトが開始・終了方向のイージングをするよう指定します。
EffectDirectionType
  OUT : String = out
[static] エフェクトが終了方向のイージングをするよう指定します。
EffectDirectionType
Constant Detail
INConstant
public static const IN:String = in

エフェクトが開始方向のイージングをするよう指定します。

IN_OUTConstant 
public static const IN_OUT:String = inOut

エフェクトが開始・終了方向のイージングをするよう指定します。

OUTConstant 
public static const OUT:String = out

エフェクトが終了方向のイージングをするよう指定します。

Examples