| Package | jp.nium.api.tweener |
| Class | public class TweenerEvent |
| Inheritance | TweenerEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| metaError : Error [read-only]
Tweenwe オブジェクトからスローされた例外を取得します。
Acquire the exception thrown by Tweenwe object.
| TweenerEvent | ||
| Method | Defined By | ||
|---|---|---|---|
TweenerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, metaError:Error = null)
新しい TweenerEvent インスタンスを作成します。
Creates a new TweenerEvent object.
| TweenerEvent | ||
clone():Event [override]
TweenerEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。
Duplicates an instance of an TweenerEvent subclass.
| TweenerEvent | ||
toString():String [override]
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| TweenerEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = complete [static]
complete イベントオブジェクトの type プロパティ値を定義します。
The TweenerEvent.COMPLETE constant defines the value of the type property of an complete event object.
| TweenerEvent | ||
| ERROR : String = error [static]
error イベントオブジェクトの type プロパティ値を定義します。
The TweenerEvent.ERROR constant defines the value of the type property of an error event object.
| TweenerEvent | ||
| OVERWRITE : String = overwrite [static]
overwrite イベントオブジェクトの type プロパティ値を定義します。
The TweenerEvent.OVERWRITE constant defines the value of the type property of an overwrite event object.
| TweenerEvent | ||
| START : String = start [static]
start イベントオブジェクトの type プロパティ値を定義します。
The TweenerEvent.START constant defines the value of the type property of an start event object.
| TweenerEvent | ||
| UPDATE : String = update [static]
update イベントオブジェクトの type プロパティ値を定義します。
The TweenerEvent.UPDATE constant defines the value of the type property of an update event object.
| TweenerEvent | ||
| metaError | property |
metaError:Error [read-only] Tweenwe オブジェクトからスローされた例外を取得します。 Acquire the exception thrown by Tweenwe object.
public function get metaError():Error| TweenerEvent | () | Constructor |
public function TweenerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, metaError:Error = null)新しい TweenerEvent インスタンスを作成します。 Creates a new TweenerEvent object.
Parameterstype:String — TweenerEvent.type としてアクセス可能なイベントタイプです。
The type of the event, accessible as TweenerEvent.type.
| |
bubbles:Boolean (default = false) — TweenerEvent インスタンスがイベントフローのバブリング段階で処理されるかどうかを判断します。デフォルト値は false です。
Determines whether the TweenerEvent object participates in the bubbling stage of the event flow. The default value is false.
| |
cancelable:Boolean (default = false) — TweenerEvent インスタンスがキャンセル可能かどうかを判断します。デフォルト値は false です。
Determines whether the TweenerEvent object can be canceled. The default values is false.
| |
metaError:Error (default = null) — Tweenwe オブジェクトからスローされた例外です。
The exception thrown by Tweenwe object.
|
| clone | () | method |
override public function clone():EventTweenerEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。 Duplicates an instance of an TweenerEvent subclass.
ReturnsEvent —
元のオブジェクトと同じプロパティ値を含む新しい TweenerEvent インスタンスです。
A new TweenerEvent object that is identical to the original.
|
| toString | () | method |
override public function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString —
オブジェクトのストリング表現です。
A string representation of the object.
|
| COMPLETE | Constant |
public static const COMPLETE:String = completecomplete イベントオブジェクトの type プロパティ値を定義します。 The TweenerEvent.COMPLETE constant defines the value of the type property of an complete event object.
| ERROR | Constant |
public static const ERROR:String = errorerror イベントオブジェクトの type プロパティ値を定義します。 The TweenerEvent.ERROR constant defines the value of the type property of an error event object.
| OVERWRITE | Constant |
public static const OVERWRITE:String = overwriteoverwrite イベントオブジェクトの type プロパティ値を定義します。 The TweenerEvent.OVERWRITE constant defines the value of the type property of an overwrite event object.
| START | Constant |
public static const START:String = startstart イベントオブジェクトの type プロパティ値を定義します。 The TweenerEvent.START constant defines the value of the type property of an start event object.
| UPDATE | Constant |
public static const UPDATE:String = updateupdate イベントオブジェクトの type プロパティ値を定義します。 The TweenerEvent.UPDATE constant defines the value of the type property of an update event object.