A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
accessibilityProperties — Property, interface jp.nium.core.display.IDisplayObject
この表示オブジェクトの現在のアクセシビリティオプションです。 The current accessibility options for this display object.
accessKey — Property, class jp.progression.casts.CastButton
ボタンの機能をキーボードから使用するためのアクセスキーを取得または設定します。 設定できるキーはアルファベットの A ~ Z までの値です。
activatedLicenseType — Static Property, class jp.progression.Progression
適用されているライセンスの種類を取得または設定します。
ActivatedLicenseType — final class, package jp.progression
addCallback(funcName:String, closure:Function) — Static Method , class jp.nium.external.BrowserInterface
ActionScript メソッドをコンテナから呼び出し可能なものとして登録します。 Register the ActionScript method as callable from the container.
addChild(child:flash.display:DisplayObject) — method, class jp.nium.core.display.ExDisplayObjectContainer
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, interface jp.nium.core.display.IExDisplayObjectContainer
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class jp.nium.display.ChildIndexer
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class jp.nium.display.ExMovieClip
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class jp.nium.display.ExSprite
この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
AddChild — class, package jp.progression.commands
AddChild クラスは、対象の DisplayObjectContainer インスタンスのディスプレイリストに DisplayObject インスタンスを追加するコマンドクラスです。 追加するインスタンスが ICastObject インターフェイスを実装している場合には、CastEvent.ADDED イベントが送出され、 対象のイベント処理の実行中に、addCommand() メソッド、及び insertCommand() メソッドによるコマンドの同期処理が行えます。
AddChild(container:flash.display:DisplayObjectContainer, child:any, initObject:Object) — Constructor, class jp.progression.commands.AddChild
新しい AddChild インスタンスを作成します。 Creates a new AddChild object.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class jp.nium.core.display.ExDisplayObjectContainer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, interface jp.nium.core.display.IExDisplayObjectContainer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ChildIndexer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ExMovieClip
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ExSprite
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
AddChildAt — class, package jp.progression.commands
AddChildAt クラスは、対象の DisplayObjectContainer インスタンスのディスプレイリストに DisplayObject インスタンスを追加するコマンドクラスです。 追加するインスタンスが ICastObject インターフェイスを実装している場合には、CastEvent.ADDED イベントが送出され、 対象のイベント処理の実行中に、addCommand() メソッド、及び insertCommand() メソッドによるコマンドの同期処理が行えます。
AddChildAt(container:flash.display:DisplayObjectContainer, child:any, index:int, initObject:Object) — Constructor, class jp.progression.commands.AddChildAt
新しい AddChildAt インスタンスを作成します。 Creates a new AddChildAt object.
addChildAtAbove(child:flash.display:DisplayObject, index:int) — method, class jp.nium.core.display.ExDisplayObjectContainer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAtAbove(child:flash.display:DisplayObject, index:int) — method, interface jp.nium.core.display.IExDisplayObjectContainer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAtAbove(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ChildIndexer
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAtAbove(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ExMovieClip
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAtAbove(child:flash.display:DisplayObject, index:int) — method, class jp.nium.display.ExSprite
この DisplayObjectContainer インスタンスの指定されたインデックス位置に子 DisplayObject インスタンスを追加します。 Adds a child DisplayObject instance to this DisplayObjectContainer instance.
AddChildAtAbove — class, package jp.progression.commands
AddChildAtAbove クラスは、対象の DisplayObjectContainer インスタンスのディスプレイリストに DisplayObject インスタンスを追加するコマンドクラスです。 追加するインスタンスが ICastObject インターフェイスを実装している場合には、CastEvent.ADDED イベントが送出され、 対象のイベント処理の実行中に、addCommand() メソッド、及び insertCommand() メソッドによるコマンドの同期処理が行えます。
AddChildAtAbove(container:flash.display:DisplayObjectContainer, child:any, index:int, initObject:Object) — Constructor, class jp.progression.commands.AddChildAtAbove
新しい AddChildAtAbove インスタンスを作成します。 Creates a new AddChildAtAbove object.
addCommand(... rest) — method, class jp.progression.casts.CastBitmap
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastButton
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastDocument
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastImageLoader
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastLoader
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastMovieClip
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastObject
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastPreloader
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastSprite
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.casts.CastTextField
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, interface jp.progression.casts.ICastObject
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.commands.ParallelList
登録されているコマンドの最後尾に新しくコマンドを追加します。 関数を指定した場合には、自動的に Func コマンドに変換され、 配列を指定した場合には、自動的に SerialList に変換されます。
addCommand(... rest) — method, class jp.progression.commands.SerialList
登録されているコマンドの最後尾に新しくコマンドを追加します。 関数を指定した場合には、自動的に Func コマンドに変換され、 配列を指定した場合には、自動的に ParallelList に変換されます。
addCommand(... rest) — method, class jp.progression.commands.display.LoadObject
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addCommand(... rest) — method, class jp.progression.core.commands.CommandList
登録されているコマンドの最後尾に新しくコマンドを追加します。
addCommand(... rest) — method, class jp.progression.scenes.SceneObject
特定のイベントが送出された際に、自動実行させたい Command インスタンスをリストの最後尾に追加します。 追加された Command インスタンスは、イベントが送出される直前に自動的に削除されます。
addEventDispatcher(dispatcher:flash.events:IEventDispatcher, type:String) — method, class jp.nium.events.EventAggregater
IEventDispatcher インスタンスを登録します。 Register the IEventDispatcher instance.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.core.display.ExDisplayObject
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExBitmap
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Static Method , class jp.nium.display.ExDocument
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExLoader
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExMovieClip
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExSprite
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.events.EventIntegrator
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Static Method , class jp.nium.external.BrowserInterface
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.net.ExURLLoader
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.net.Query
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.text.ExTextField
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーを removeEventListener() メソッドで削除した場合には、restoreRemovedListeners() メソッドで再登録させることができます。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.core.display.ExDisplayObject
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExBitmap
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Static Method , class jp.nium.display.ExDocument
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExLoader
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExMovieClip
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.display.ExSprite
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.events.EventIntegrator
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, interface jp.nium.events.IEventIntegrator
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Static Method , class jp.nium.external.BrowserInterface
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.net.ExURLLoader
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.net.Query
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addExclusivelyEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class jp.nium.text.ExTextField
イベントリスナーオブジェクトを EventIntegrator インスタンスに登録し、リスナーがイベントの通知を受け取るようにします。 このメソッドを使用して登録されたリスナーは、IEventIntegrator インスタンスの管理外となるため、removeEventListener() メソッドで削除した場合にも、restoreRemovedListeners() メソッドで再登録させることができません。 Register the event listener object into the EventIntegrator instance to get the event notification.
addFilter(target:Class) — Static Method , class jp.progression.core.debug.Verbose
フィルタリングしたいクラスを追加します。
addScene(scene:jp.progression.scenes:SceneObject) — method, class jp.progression.scenes.EasyCastingScene
この SceneObject インスタンスに子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addScene(scene:jp.progression.scenes:SceneObject) — method, class jp.progression.scenes.SceneObject
この SceneObject インスタンスに子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addSceneAt(scene:jp.progression.scenes:SceneObject, index:int) — method, class jp.progression.scenes.EasyCastingScene
この SceneObject インスタンスの指定されたインデックス位置に子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addSceneAt(scene:jp.progression.scenes:SceneObject, index:int) — method, class jp.progression.scenes.SceneObject
この SceneObject インスタンスの指定されたインデックス位置に子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addSceneAtAbove(scene:jp.progression.scenes:SceneObject, index:int) — method, class jp.progression.scenes.EasyCastingScene
この SceneObject インスタンスの指定されたインデックス位置に子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addSceneAtAbove(scene:jp.progression.scenes:SceneObject, index:int) — method, class jp.progression.scenes.SceneObject
この SceneObject インスタンスの指定されたインデックス位置に子 SceneObject インスタンスを追加します。 Adds a scene SceneObject instance to this SceneObject instance.
addSceneFromXML(xml:XML) — method, class jp.progression.scenes.SceneObject
この SceneObject インスタンスの子を PRML 形式の XML データから追加します。
after(afterFunction:Function, ... rest) — method, class jp.progression.core.commands.Command
コマンドの実行完了直後に処理させたい関数を設定します。 関数実行時の this 参照は実行しているコマンドインスタンスになります。
alert(... rest) — Static Method , class jp.nium.external.BrowserInterface
JavaScript を使用したアラートを表示します。 Displays the alert using JavaScript.
alert(... rest) — Static Method , class jp.nium.external.JSFLInterface
モーダル警告ダイアログボックスに、ストリングおよび [OK] ボタンを表示します。 displays a string in a modal Alert dialog box, along with an OK button.
align — Static Property, class jp.nium.display.ExDocument
Flash Player またはブラウザでのステージの配置を指定する StageAlign クラスの値です。 A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser.
align — Property, class jp.nium.display.ExImageLoader
画像の基準点を取得または設定します。 Get or set the reference point of the image.
align — Static Property, class jp.progression.casts.CastDocument
Flash Player またはブラウザでのステージの配置を指定する StageAlign クラスの値です。 A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser.
allTransitionsInDone — Event, class jp.nium.api.transition.TransitionHelper
IN 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the IN direction are completed.
ALL_TRANSITIONS_IN_DONE — Constant Static Property, class jp.nium.api.transition.TransitionEvent
allTransitionsInDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.ALL_TRANSITIONS_IN_DONE constant defines the value of the type property of an allTransitionsInDone event object.
allTransitionsOutDone — Event, class jp.nium.api.transition.TransitionHelper
OUT 方向の全てのトランジション処理が完了した場合に送出されます。 Dispatch when the whole transition processing in the OUT direction are completed.
ALL_TRANSITIONS_OUT_DONE — Constant Static Property, class jp.nium.api.transition.TransitionEvent
allTransitionsOutDone イベントオブジェクトの type プロパティ値を定義します。 The TransitionEvent.ALL_TRANSITIONS_OUT_DONE constant defines the value of the type property of an allTransitionsOutDone event object.
alpha — Property, interface jp.nium.core.display.IDisplayObject
指定されたオブジェクトのアルファ透明度値を示します。 Indicates the alpha transparency value of the object specified.
AnchorButton — class, package jp.progression.casts.buttons
AnchorButton クラスは、ポインティングデバイスの状態に応じたタイムラインアニメーションを再生させるボタンコンポーネントクラスです。
AnchorButton(initObject:Object) — Constructor, class jp.progression.casts.buttons.AnchorButton
新しい AnchorButton インスタンスを作成します。 Creates a new AnchorButton object.
appCodeName — Static Property, class jp.nium.external.BrowserInterface
SWF ファイルを再生中のブラウザのコード名を取得します。 Returns the code name of the browser which playing the SWF file.
appendTextAtCaretIndex(newText:String) — method, class jp.nium.text.ExTextField
newText パラメータで指定されたストリングを、テキストフィールドのキャレット位置に付加します。 Add the string specified as newText parameter to the caret position of the TextField.
apply(applyFunction:Function, ... rest) — method, class jp.progression.core.commands.Command
コマンドに対してすぐに関数を実行します。 関数実行時の this 参照は実行しているコマンドインスタンスになります。
appName — Static Property, class jp.nium.external.BrowserInterface
SWF ファイルを再生中のブラウザからアプリケーション名を取得します。 Get the application name from the browser which playing the SWF file.
appVersion — Static Property, class jp.nium.external.BrowserInterface
SWF ファイルを再生中のブラウザからバージョンと機種名を取得します。 Get the version and machine name from the browser which playing the SWF file.
args — Property, class jp.progression.commands.Func
関数を実行する際に引数として使用する配列を取得または設定します。
ArrayUtil — final class, package jp.nium.utils
ArrayUtil クラスは、配列操作のためのユーティリティクラスです。 ArrayUtil クラスを直接インスタンス化することはできません。 new ArrayUtil() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。 The ArrayUtil class is an utility class for array operation.
ascend — Event, class jp.progression.scenes.SceneObject
シーン移動時に目的地がシーンオブジェクトの親階層であり、かつ出発地ではない場合に、移動を中継した瞬間に送出されます。 このイベント処理の実行中には、addCommand() メソッド、及び insertCommand() メソッドによるコマンドの同期処理が行えます。
ASCEND — Constant Static Property, class jp.progression.events.SceneEvent
ascend イベントオブジェクトの type プロパティ値を定義します。 The SceneEvent.ASCEND constant defines the value of the type property of an ascend event object.
AUTHOR — Constant Static Property, class jp.progression.Progression
パッケージの制作者を取得します。
autoAlpha — Property, class jp.progression.commands.AddChild
DisplayObject インスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.AddChildAt
DisplayObject インスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.AddChildAtAbove
DisplayObject インスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.LoadChild
読み込んだファイル内容を表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.LoadChildAt
読み込んだファイル内容を表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.LoadChildAtAbove
読み込んだファイル内容を表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.RemoveAllChildren
全てのインスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.RemoveChild
DisplayObject インスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoAlpha — Property, class jp.progression.commands.UnloadChild
DisplayObject インスタンスを表示する際に、alpha プロパティを使用したアルファフェード効果を適用するミリ秒を取得または設定します。 この値が 0 である場合には、アルファフェード効果は無効化されます。
autoLock — Property, class jp.progression.Progression
コマンド処理を実行中に lock プロパティの値を自動的に有効化するかどうかを設定または取得します。 この設定が有効である場合には、コマンド処理が開始されると lock プロパティが true に、処理完了後に false となります。
autoLock — Property, class jp.progression.loader.PRMLLoader
コマンド処理を実行中に lock プロパティの値を自動的に有効化するかどうかを設定または取得します。 この設定が有効である場合には、コマンド処理が開始されると lock プロパティが true に、処理完了後に false となります。
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z