flash.display.DisplayObjectContainer
type
class
extends
InteractiveObject
subclasses
flash.display.Loader
,
flash.display.Sprite
,
flash.display.Stage
,
flash.text.engine.TextLine
available in
flash
Constructor
new
()
Instance Variables
hide inherited
show inherited
accessibilityImplementation
:
flash.accessibility.AccessibilityImplementation
inherited from
flash.display.InteractiveObject
accessibilityProperties
:
flash.accessibility.AccessibilityProperties
inherited from
flash.display.DisplayObject
alpha
:
Float
inherited from
flash.display.DisplayObject
blendMode
:
BlendMode
inherited from
flash.display.DisplayObject
blendShader
(null,default) :
Shader
inherited from
flash.display.DisplayObject
metadata
:require
flash10
cacheAsBitmap
:
Bool
inherited from
flash.display.DisplayObject
contextMenu
:
flash.ui.ContextMenu
inherited from
flash.display.InteractiveObject
doubleClickEnabled
:
Bool
inherited from
flash.display.InteractiveObject
filters
:
Array
<
flash.filters.BitmapFilter
>
inherited from
flash.display.DisplayObject
focusRect
:
Dynamic
inherited from
flash.display.InteractiveObject
height
:
Float
inherited from
flash.display.DisplayObject
loaderInfo
(default,null) :
LoaderInfo
inherited from
flash.display.DisplayObject
mask
:
DisplayObject
inherited from
flash.display.DisplayObject
mouseChildren
:
Bool
mouseEnabled
:
Bool
inherited from
flash.display.InteractiveObject
mouseX
(default,null) :
Float
inherited from
flash.display.DisplayObject
mouseY
(default,null) :
Float
inherited from
flash.display.DisplayObject
name
:
String
inherited from
flash.display.DisplayObject
needsSoftKeyboard
:
Bool
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
numChildren
(default,null) :
Int
opaqueBackground
:
Null
<
UInt
>
inherited from
flash.display.DisplayObject
parent
(default,null) :
DisplayObjectContainer
inherited from
flash.display.DisplayObject
root
(default,null) :
DisplayObject
inherited from
flash.display.DisplayObject
rotation
:
Float
inherited from
flash.display.DisplayObject
rotationX
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
rotationY
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
rotationZ
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
scale9Grid
:
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
scaleX
:
Float
inherited from
flash.display.DisplayObject
scaleY
:
Float
inherited from
flash.display.DisplayObject
scaleZ
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
scrollRect
:
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
softKeyboardInputAreaOfInterest
:
flash.geom.Rectangle
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
stage
(default,null) :
Stage
inherited from
flash.display.DisplayObject
tabChildren
:
Bool
tabEnabled
:
Bool
inherited from
flash.display.InteractiveObject
tabIndex
:
Int
inherited from
flash.display.InteractiveObject
textSnapshot
(default,null) :
flash.text.TextSnapshot
transform
:
flash.geom.Transform
inherited from
flash.display.DisplayObject
visible
:
Bool
inherited from
flash.display.DisplayObject
width
:
Float
inherited from
flash.display.DisplayObject
x
:
Float
inherited from
flash.display.DisplayObject
y
:
Float
inherited from
flash.display.DisplayObject
z
:
Float
inherited from
flash.display.DisplayObject
metadata
:require
flash10
Instance Methods
hide inherited
show inherited
addChild
(child :
DisplayObject
) :
DisplayObject
addChildAt
(child :
DisplayObject
, index :
Int
) :
DisplayObject
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
areInaccessibleObjectsUnderPoint
(point :
flash.geom.Point
) :
Bool
contains
(child :
DisplayObject
) :
Bool
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
getBounds
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
getChildAt
(index :
Int
) :
DisplayObject
getChildByName
(name :
String
) :
DisplayObject
getChildIndex
(child :
DisplayObject
) :
Int
getObjectsUnderPoint
(point :
flash.geom.Point
) :
Array
<
DisplayObject
>
getRect
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
inherited from
flash.display.DisplayObject
globalToLocal
(point :
flash.geom.Point
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
globalToLocal3D
(point :
flash.geom.Point
) :
flash.geom.Vector3D
inherited from
flash.display.DisplayObject
metadata
:require
flash10
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
hitTestObject
(obj :
DisplayObject
) :
Bool
inherited from
flash.display.DisplayObject
hitTestPoint
(x :
Float
, y :
Float
, ?shapeFlag :
Bool
) :
Bool
inherited from
flash.display.DisplayObject
local3DToGlobal
(point3d :
flash.geom.Vector3D
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
metadata
:require
flash10
localToGlobal
(point :
flash.geom.Point
) :
flash.geom.Point
inherited from
flash.display.DisplayObject
removeChild
(child :
DisplayObject
) :
DisplayObject
removeChildAt
(index :
Int
) :
DisplayObject
removeChildren
(?beginIndex :
Int
, ?endIndex :
Int
) :
Void
metadata
:require
flash11
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
requestSoftKeyboard
() :
Bool
inherited from
flash.display.InteractiveObject
metadata
:require
flash11
setChildIndex
(child :
DisplayObject
, index :
Int
) :
Void
swapChildren
(child1 :
DisplayObject
, child2 :
DisplayObject
) :
Void
swapChildrenAt
(index1 :
Int
, index2 :
Int
) :
Void
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher