| パッケージ | fl.video |
| クラス | public class LayoutEvent |
| 継承 | LayoutEvent Event Object |
| サブクラス | AutoLayoutEvent |
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9.0.28.0 |
autoLayout イベント、setScale(), setSize() メソッドの呼び出し、または width、height、scaleX、scaleY、registrationWidth、registrationHeight プロパティの変更によって、ビデオプレーヤーのレイアウトが行われた場合です。visibleVideoPlayerIndex プロパティを別のビデオプレーヤーに切り替えた場合。LayoutEvent オブジェクトのタイプは、LayoutEvent.LAYOUT の 1 つのみです。
関連項目
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | bubbles : Boolean
[read-only]
イベントがバブリングイベントかどうかを示します。
| Event | |
![]() | cancelable : Boolean
[read-only]
イベントに関連付けられた動作を回避できるかどうかを示します。
| Event | |
![]() | constructor : Object
特定のオブジェクトインスタンスのクラスオブジェクトまたはコンストラクタ関数への参照です。
| Object | |
![]() | currentTarget : Object
[read-only]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。
| Event | |
![]() | eventPhase : uint
[read-only]
イベントフローの現在の段階です。
| Event | |
| oldBounds : Rectangle
ターゲットの x、y、width、および height プロパティの値 (イベントが発生する前のもの) を示します。
| LayoutEvent | ||
| oldRegistrationBounds : Rectangle
ターゲットの registrationX、registrationY、registrationWidth、および registrationHeight プロパティの値 (イベントが発生する前のもの) を示します。
| LayoutEvent | ||
![]() | prototype : Object
[static]
クラスまたは関数オブジェクトのプロトタイプオブジェクトへの参照です。
| Object | |
![]() | target : Object
[read-only]
イベントターゲットです。
| Event | |
![]() | type : String
[read-only]
イベントのタイプです。
| Event | |
| メソッド | 定義元 | ||
|---|---|---|---|
|
LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldBounds:Rectangle = null, oldRegistrationBounds:Rectangle = null)
レイアウトイベントに関する情報を含む Event オブジェクトを作成します。
| LayoutEvent | ||
![]() |
Event サブクラスのインスタンスを複製します。
| Event | |
![]() |
カスタム Event クラスに toString() メソッドを実装するためのユーティリティ関数です。
| Event | |
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
| Object | |
![]() |
イベントで preventDefault() が呼び出されたかどうかを確認します。
| Event | |
![]() |
Object クラスのインスタンスが、パラメータとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
| Object | |
![]() |
イベントのデフォルトの動作をキャンセルできる場合に、その動作をキャンセルします。
| Event | |
![]() |
指定されたプロパティが存在し列挙できるかどうかを示します。
| Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。
| Object | |
![]() |
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。
| Event | |
![]() |
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。
| Event | |
![]() |
Event オブジェクトのすべてのプロパティを含むストリングを返します。
| Event | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。
| Object | |
| 定数 | 定義元 | ||
|---|---|---|---|
![]() | ACTIVATE : String = "activate" [static]
activate イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | ADDED : String = "added" [static]
added イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | ADDED_TO_STAGE : String = "addedToStage" [static]
addedToStage イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | CANCEL : String = "cancel" [static]
cancel イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | CHANGE : String = "change" [static]
change イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | CLOSE : String = "close" [static]
close イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | COMPLETE : String = "complete" [static]
complete イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | CONNECT : String = "connect" [static]
connect イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | DEACTIVATE : String = "deactivate" [static]
deactivate イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | ENTER_FRAME : String = "enterFrame" [static]
enterFrame イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | FULLSCREEN : String = "fullScreen" [static]
fullScreen イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | ID3 : String = "id3" [static]
id3 イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | INIT : String = "init" [static]
init イベントオブジェクトの type プロパティの値を定義します。
| Event | |
| LAYOUT : String = "layout" [static]
layout イベントオブジェクトの type プロパティ値を定義します。
| LayoutEvent | ||
![]() | MOUSE_LEAVE : String = "mouseLeave" [static]
mouseLeave イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | OPEN : String = "open" [static]
open イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | REMOVED : String = "removed" [static]
removed イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | REMOVED_FROM_STAGE : String = "removedFromStage" [static]
removedFromStage イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | RENDER : String = "render" [static]
render イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | RESIZE : String = "resize" [static]
resize イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | SCROLL : String = "scroll" [static]
scroll イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | SELECT : String = "select" [static]
select イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | SOUND_COMPLETE : String = "soundComplete" [static]
soundComplete イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | TAB_CHILDREN_CHANGE : String = "tabChildrenChange" [static]
tabChildrenChange イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | TAB_ENABLED_CHANGE : String = "tabEnabledChange" [static]
tabEnabledChange イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | TAB_INDEX_CHANGE : String = "tabIndexChange" [static]
tabIndexChange イベントオブジェクトの type プロパティ値を定義します。
| Event | |
![]() | UNLOAD : String = "unload" [static]
unload イベントオブジェクトの type プロパティ値を定義します。
| Event | |
| oldBounds | プロパティ |
oldBounds:Rectangle [read-write]
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9.0.28.0 |
ターゲットの x、y、width、および height プロパティの値 (イベントが発生する前のもの) を示します。
public function get oldBounds():Rectangle
public function set oldBounds(value:Rectangle):void
| oldRegistrationBounds | プロパティ |
oldRegistrationBounds:Rectangle [read-write]
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9.0.28.0 |
ターゲットの registrationX、registrationY、registrationWidth、および registrationHeight プロパティの値 (イベントが発生する前のもの) を示します。
public function get oldRegistrationBounds():Rectangle
public function set oldRegistrationBounds(value:Rectangle):void
| LayoutEvent | () | コンストラクタ |
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldBounds:Rectangle = null, oldRegistrationBounds:Rectangle = null)
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9.0.28.0 |
layout イベントに関する情報を含む Event オブジェクトを作成します。イベントリスナーには Event オブジェクトがパラメータとして渡されます。
type:String — イベントのタイプです。イベントリスナーは、継承された type プロパティを通じてこの情報にアクセスできます。自動レイアウトイベントのタイプは、LayoutEvent.LAYOUT の 1 つのみです。
|
|
bubbles:Boolean (default = false) — Event オブジェクトがイベントフローのバブリング段階で処理されるかどうかを判断します。イベントリスナーは、継承された bubbles プロパティを通じてこの情報にアクセスできます。
|
|
cancelable:Boolean (default = false) — Event オブジェクトがキャンセル可能かどうかを判断します。イベントリスナーは、継承された cancelable プロパティを通じてこの情報にアクセスできます。
|
|
oldBounds:Rectangle (default = null) — ターゲットの x、y、width、および height プロパティの値 (layout イベントが発生する前のもの) を示します。イベントリスナーは、oldBounds プロパティを通じてこの情報にアクセスできます。
|
|
oldRegistrationBounds:Rectangle (default = null) — ターゲットの registrationX、registrationY、registrationWidth、および registrationHeight プロパティの値 (layout イベントが発生する前のもの) を示します。イベントリスナーは、oldRegistrationBounds プロパティを通じてこの情報にアクセスできます。
|
関連項目
| LAYOUT | 定数 |
public static const LAYOUT:String = "layout"
| 言語バージョン : | ActionScript 3.0 |
| Player のバージョン : | Flash Player 9.0.28.0 |
type プロパティ (layout イベントオブジェクト) の値を定義します。
このイベントには、次のプロパティがあります。
| プロパティ | 値 |
|---|---|
bubbles | false |
cancelable | false は、キャンセルするデフォルトの動作がないことを示します。 |
oldBounds | ターゲットの x、y、width、および height プロパティの値 (layout イベントが発生する前のもの) です。 |
oldRegistrationBounds | ターゲットの registrationX、registrationY、registrationWidth、および registrationHeight プロパティの値 (layout イベントが発生する前のもの) です。 |
関連項目
このページに新しいコメントが追加された場合に、電子メールでの通知を希望する。 | コメントレポート
現在のページ: http://livedocs.adobe.com/flash/9.0_jp/ActionScriptLangRefV3/fl/video/LayoutEvent.html