Packagejp.nium.impls
Interfacepublic interface IInteractiveObject extends IDisplayObject, flash.events.IEventDispatcher
SubinterfacesIDisplayObjectContainer, ITextField

IInteractiveObject インターフェイスは、対象に対して InteractiveObject として必要となる機能を実装します。


Example
  



Public Properties
 PropertyDefined by
 InheritedaccessibilityProperties : AccessibilityProperties
この表示オブジェクトの現在のアクセシビリティオプションです。 The current accessibility options for this display object.
IDisplayObject
 Inheritedalpha : Number
指定されたオブジェクトのアルファ透明度値を示します。 Indicates the alpha transparency value of the object specified.
IDisplayObject
 InheritedblendMode : String
使用するブレンドモードを指定する BlendMode クラスの値です。 A value from the BlendMode class that specifies which blend mode to use.
IDisplayObject
 InheritedcacheAsBitmap : 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
 Inheritedfilters : 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
 Inheritedheight : Number
表示オブジェクトの高さを示します (ピクセル単位)。 Indicates the height of the display object, in pixels.
IDisplayObject
 InheritedloaderInfo : LoaderInfo
この表示オブジェクトが属するファイルのロード情報を含む LoaderInfo オブジェクトを返します。 Returns a LoaderInfo object containing information about loading the file to which this display object belongs.
IDisplayObject
 Inheritedmask : DisplayObject
呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。 The calling display object is masked by the specified mask object.
IDisplayObject
  mouseEnabled : Boolean
このオブジェクトがマウスメッセージを受け取るかどうかを指定します。 Specifies whether this object receives mouse messages.
IInteractiveObject
 InheritedmouseX : Number
マウス位置の x 座標を示します (ピクセル単位)。 Indicates the x coordinate of the mouse position, in pixels.
IDisplayObject
 InheritedmouseY : Number
マウス位置の y 座標を示します (ピクセル単位)。 Indicates the y coordinate of the mouse position, in pixels.
IDisplayObject
 Inheritedname : String
DisplayObject のインスタンス名を示します。 Indicates the instance name of the DisplayObject.
IDisplayObject
 InheritedopaqueBackground : Object
表示オブジェクトが特定の背景色で不透明であるかどうかを指定します。 Specifies whether the display object is opaque with a certain background color.
IDisplayObject
 Inheritedparent : DisplayObjectContainer
この表示オブジェクトを含む DisplayObjectContainer オブジェクトを示します。 Indicates the DisplayObjectContainer object that contains this display object.
IDisplayObject
 Inheritedroot : 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
 Inheritedrotation : Number
DisplayObject インスタンスの元の位置からの回転角を度単位で示します。 Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
IDisplayObject
 Inheritedscale9Grid : Rectangle
現在有効な拡大 / 縮小グリッドです。 The current scaling grid that is in effect.
IDisplayObject
 InheritedscaleX : Number
基準点から適用されるオブジェクトの水平スケール (percentage) を示します。 Indicates the horizontal scale (percentage) of the object as applied from the registration point.
IDisplayObject
 InheritedscaleY : Number
オブジェクトの基準点から適用されるオブジェクトの垂直スケール (percentage) を示します。 Indicates the vertical scale (percentage) of an object as applied from the registration point of the object.
IDisplayObject
 InheritedscrollRect : Rectangle
表示オブジェクトのスクロール矩形の境界です。 The scroll rectangle bounds of the display object.
IDisplayObject
 Inheritedstage : 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
 Inheritedtransform : Transform
表示オブジェクトのマトリックス、カラー変換、ピクセル境界に関係するプロパティを持つオブジェクトです。 An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
IDisplayObject
 Inheritedvisible : Boolean
表示オブジェクトが可視かどうかを示します。 Whether or not the display object is visible.
IDisplayObject
 Inheritedwidth : Number
表示オブジェクトの幅を示します (ピクセル単位)。 Indicates the width of the display object, in pixels.
IDisplayObject
 Inheritedx : Number
親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの x 座標を示します。 Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
IDisplayObject
 Inheritedy : Number
親 DisplayObjectContainer のローカル座標を基準にした DisplayObject インスタンスの y 座標を示します。 Indicates the y coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
IDisplayObject
Public Methods
 MethodDefined by
 Inherited
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。 Returns a rectangle that defines the area of the display object relative to the coordinate system of the targetCoordinateSpace object.
IDisplayObject
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
シェイプ上の線を除き、targetCoordinateSpace パラメータによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。 Returns a rectangle that defines the boundary of the display object, based on the coordinate system defined by the targetCoordinateSpace parameter, excluding any strokes on shapes.
IDisplayObject
 Inherited
globalToLocal(point:Point):Point
point オブジェクトをステージ (グローバル) 座標から表示オブジェクトの (ローカル) 座標に変換します。 Converts the point object from the Stage (global) coordinates to the display object's (local) coordinates.
IDisplayObject
 Inherited
hitTestObject(obj:DisplayObject):Boolean
表示オブジェクトを評価して、obj 表示オブジェクトと重複または交差するかどうかを調べます。 Evaluates the display object to see if it overlaps or intersects with the obj display object.
IDisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
表示オブジェクトを評価して、x および y パラメータで指定されたポイントと重複または交差するかどうかを調べます。 Evaluates the display object to see if it overlaps or intersects with the point specified by the x and y parameters.
IDisplayObject
 Inherited
localToGlobal(point:Point):Point
point オブジェクトを表示オブジェクトの (ローカル) 座標からステージ (グローバル) 座標に変換します。 Converts the point object from the display object's (local) coordinates to the Stage (global) coordinates.
IDisplayObject
Property detail
contextMenuproperty
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
doubleClickEnabledproperty 
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
focusRectproperty 
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
mouseEnabledproperty 
mouseEnabled:Boolean  [read-write]

このオブジェクトがマウスメッセージを受け取るかどうかを指定します。 Specifies whether this object receives mouse messages.

Implementation
    public function get mouseEnabled():Boolean
    public function set mouseEnabled(value:Boolean):void
tabEnabledproperty 
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
tabIndexproperty 
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