Packagejp.nium.api.transition
Classpublic class TransitionHelper
InheritanceTransitionHelper Inheritance fl.transitions.TransitionManager

TransitionHelper クラスは、TransitionManager クラスの機能を拡張したアダプタクラスです。 TransitionHelper class is a adopter class that extends the function of TransitionManager class.

View the examples



Public Methods
 MethodDefined By
  
TransitionHelper(target:MovieClip)
新しい TransitionHelper インスタンスを作成します。 Creates a new TransitionHelper object.
TransitionHelper
  
toString():String
[override] 指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
TransitionHelper
Events
 Event Summary Defined By
  IN 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the IN direction are completed.TransitionHelper
  OUT 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the OUT direction are completed.TransitionHelper
  IN 方向のトランジション処理が完了した場合に送出されます。 Dispatch when the transition processing in the IN direction is completed.TransitionHelper
  OUT 方向のトランジション処理が完了した場合に送出されます。 Dispatch when the transition processing in the OUT direction is completed.TransitionHelper
  トランジション処理が実行される毎に送出されます。 Dispatch whenever the transition processing is executed.TransitionHelper
Constructor Detail
TransitionHelper()Constructor
public function TransitionHelper(target:MovieClip)

新しい TransitionHelper インスタンスを作成します。 Creates a new TransitionHelper object.

Parameters
target:MovieClipTransition を適用する対象 MovieClip インスタンスです。 The MovieClip instance to apply Transition.
Method Detail
toString()method
override public function toString():String

指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.

Returns
Stringオブジェクトのストリング表現です。 A string representation of the object.
Event Detail
allTransitionsInDone Event
Event Object Type: jp.nium.api.transition.TransitionEvent
TransitionEvent.type property = jp.nium.api.transition.TransitionEvent.ALL_TRANSITIONS_IN_DONE

IN 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the IN direction are completed.

allTransitionsInDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.ALL_TRANSITIONS_IN_DONE constant defines the value of the type property of an allTransitionsInDone event object.
allTransitionsOutDone Event  
Event Object Type: jp.nium.api.transition.TransitionEvent
TransitionEvent.type property = jp.nium.api.transition.TransitionEvent.ALL_TRANSITIONS_OUT_DONE

OUT 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the OUT direction are completed.

allTransitionsOutDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.ALL_TRANSITIONS_OUT_DONE constant defines the value of the type property of an allTransitionsOutDone event object.
transitionInDone Event  
Event Object Type: jp.nium.api.transition.TransitionEvent
TransitionEvent.type property = jp.nium.api.transition.TransitionEvent.TRANSITION_IN_DONE

IN 方向のトランジション処理が完了した場合に送出されます。 Dispatch when the transition processing in the IN direction is completed.

transitionInDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.TRANSITION_IN_DONE constant defines the value of the type property of an transitionInDone event object.
transitionOutDone Event  
Event Object Type: jp.nium.api.transition.TransitionEvent
TransitionEvent.type property = jp.nium.api.transition.TransitionEvent.TRANSITION_OUT_DONE

OUT 方向のトランジション処理が完了した場合に送出されます。 Dispatch when the transition processing in the OUT direction is completed.

transitionOutDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.TRANSITION_OUT_DONE constant defines the value of the type property of an transitionOutDone event object.
transitionProgress Event  
Event Object Type: jp.nium.api.transition.TransitionEvent
TransitionEvent.type property = jp.nium.api.transition.TransitionEvent.TRANSITION_PROGRESS

トランジション処理が実行される毎に送出されます。 Dispatch whenever the transition processing is executed.

transitionProgress イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.TRANSITION_PROGRESS constant defines the value of the type property of an transitionProgress event object.
Examples