| Package | jp.nium.impls |
| Interface | public interface IInteractiveObject extends IDisplayObject, flash.events.IEventDispatcher |
| Subinterfaces | IDisplayObjectContainer, ITextField |
| Property | Defined by | ||
|---|---|---|---|
![]() | accessibilityProperties : AccessibilityProperties
この表示オブジェクトの現在のアクセシビリティオプションです。
The current accessibility options for this display object.
| IDisplayObject | |
![]() | alpha : Number
指定されたオブジェクトのアルファ透明度値を示します。
Indicates the alpha transparency value of the object specified.
| IDisplayObject | |
![]() | blendMode : String
使用するブレンドモードを指定する BlendMode クラスの値です。
A value from the BlendMode class that specifies which blend mode to use.
| IDisplayObject | |
![]() | cacheAsBitmap : Boolean
true に設定されている場合、表示オブジェクトの内部ビットマップ表現が Flash Player にキャッシュされます。
If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the display object.
| IDisplayObject | |
| contextMenu : ContextMenu
このオブジェクトに関連付けられたコンテキストメニューを指定します。
Specifies the context menu associated with this object.
| IInteractiveObject | ||
| doubleClickEnabled : Boolean
オブジェクトが doubleClick イベントを受け取るかどうかを指定します。
Specifies whether the object receives doubleClick events.
| IInteractiveObject | ||
![]() | filters : Array
表示オブジェクトに現在関連付けられている各フィルタオブジェクトが保存されているインデックス付きの配列です。
An indexed array that contains each filter object currently associated with the display object.
| IDisplayObject | |
| focusRect : Object
このオブジェクトがフォーカス矩形を表示するかどうかを指定します。
Specifies whether this object displays a focus rectangle.
| IInteractiveObject | ||
![]() | height : Number
表示オブジェクトの高さを示します (ピクセル単位)。
Indicates the height of the display object, in pixels.
| IDisplayObject | |
![]() | loaderInfo : LoaderInfo
この表示オブジェクトが属するファイルのロード情報を含む LoaderInfo オブジェクトを返します。
Returns a LoaderInfo object containing information about loading the file to which this display object belongs.
| IDisplayObject | |
![]() | mask : DisplayObject
呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。
The calling display object is masked by the specified mask object.
| IDisplayObject | |
| mouseEnabled : Boolean
このオブジェクトがマウスメッセージを受け取るかどうかを指定します。
Specifies whether this object receives mouse messages.
| IInteractiveObject | ||
![]() | mouseX : Number
マウス位置の x 座標を示します (ピクセル単位)。
Indicates the x coordinate of the mouse position, in pixels.
| IDisplayObject | |
![]() | mouseY : Number
マウス位置の y 座標を示します (ピクセル単位)。
Indicates the y coordinate of the mouse position, in pixels.
| IDisplayObject | |
![]() | name : String
DisplayObject のインスタンス名を示します。
Indicates the instance name of the DisplayObject.
| IDisplayObject | |
![]() | opaqueBackground : Object
表示オブジェクトが特定の背景色で不透明であるかどうかを指定します。
Specifies whether the display object is opaque with a certain background color.
| IDisplayObject | |
![]() | parent : DisplayObjectContainer
この表示オブジェクトを含む DisplayObjectContainer オブジェクトを示します。
Indicates the DisplayObjectContainer object that contains this display object.
| IDisplayObject | |
![]() | root : DisplayObject
ロードされた SWF ファイル内の表示オブジェクトの場合、root プロパティはその SWF ファイルが表す表示リストのツリー構造部分の一番上にある表示オブジェクトとなります。
For a display object in a loaded SWF file, the root property is the top-most display object in the portion of the display list's tree structure represented by that SWF file.
| IDisplayObject | |
![]() | rotation : Number
DisplayObject インスタンスの元の位置からの回転角を度単位で示します。
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
| IDisplayObject | |
![]() | scale9Grid : Rectangle
現在有効な拡大 / 縮小グリッドです。
The current scaling grid that is in effect.
| IDisplayObject | |
![]() | scaleX : Number
基準点から適用されるオブジェクトの水平スケール (percentage) を示します。
Indicates the horizontal scale (percentage) of the object as applied from the registration point.
| IDisplayObject | |
![]() | scaleY : Number
オブジェクトの基準点から適用されるオブジェクトの垂直スケール (percentage) を示します。
Indicates the vertical scale (percentage) of an object as applied from the registration point of the object.
| IDisplayObject | |
![]() | scrollRect : Rectangle
表示オブジェクトのスクロール矩形の境界です。
The scroll rectangle bounds of the display object.
| IDisplayObject | |
![]() | stage : Stage
表示オブジェクトのステージです。
The Stage of the display object.
| IDisplayObject | |
| tabEnabled : Boolean
このオブジェクトがタブ順序に含まれるかどうかを指定します。
Specifies whether this object is in the tab order.
| IInteractiveObject | ||
| tabIndex : int
SWF ファイル内のオブジェクトのタブ順序を指定します。
Specifies the tab ordering of objects in a SWF file.
| IInteractiveObject | ||
![]() | transform : Transform
表示オブジェクトのマトリックス、カラー変換、ピクセル境界に関係するプロパティを持つオブジェクトです。
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
| IDisplayObject | |
![]() | visible : Boolean
表示オブジェクトが可視かどうかを示します。
Whether or not the display object is visible.
| IDisplayObject | |
![]() | width : Number
表示オブジェクトの幅を示します (ピクセル単位)。
Indicates the width of the display object, in pixels.
| IDisplayObject | |
![]() | x : Number
親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの x 座標を示します。
Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
| IDisplayObject | |
![]() | y : Number
親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの y 座標を示します。
Indicates the y coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
| IDisplayObject | |
| contextMenu | property |
contextMenu:ContextMenu [read-write]このオブジェクトに関連付けられたコンテキストメニューを指定します。 Specifies the context menu associated with this object.
Implementation public function get contextMenu():ContextMenu
public function set contextMenu(value:ContextMenu):void
| doubleClickEnabled | property |
doubleClickEnabled:Boolean [read-write]オブジェクトが doubleClick イベントを受け取るかどうかを指定します。 Specifies whether the object receives doubleClick events.
Implementation public function get doubleClickEnabled():Boolean
public function set doubleClickEnabled(value:Boolean):void
| focusRect | property |
focusRect:Object [read-write]このオブジェクトがフォーカス矩形を表示するかどうかを指定します。 Specifies whether this object displays a focus rectangle.
Implementation public function get focusRect():Object
public function set focusRect(value:Object):void
| mouseEnabled | property |
mouseEnabled:Boolean [read-write]このオブジェクトがマウスメッセージを受け取るかどうかを指定します。 Specifies whether this object receives mouse messages.
Implementation public function get mouseEnabled():Boolean
public function set mouseEnabled(value:Boolean):void
| tabEnabled | property |
tabEnabled:Boolean [read-write]このオブジェクトがタブ順序に含まれるかどうかを指定します。 Specifies whether this object is in the tab order.
Implementation public function get tabEnabled():Boolean
public function set tabEnabled(value:Boolean):void
| tabIndex | property |
tabIndex:int [read-write]SWF ファイル内のオブジェクトのタブ順序を指定します。 Specifies the tab ordering of objects in a SWF file.
Implementation public function get tabIndex():int
public function set tabIndex(value:int):void