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

alpha : Float

blendMode : BlendMode

blendShader(null,default) : Shader

metadata
:require
flash10

cacheAsBitmap : Bool

doubleClickEnabled : Bool

focusRect : Dynamic

height : Float

loaderInfo(default,null) : LoaderInfo

mouseChildren : Bool

mouseEnabled : Bool

mouseX(default,null) : Float

mouseY(default,null) : Float

name : String

needsSoftKeyboard : Bool

metadata
:require
flash11

numChildren(default,null) : Int

opaqueBackground : Null<UInt>

parent(default,null) : DisplayObjectContainer

root(default,null) : DisplayObject

rotation : Float

rotationX : Float

metadata
:require
flash10

rotationY : Float

metadata
:require
flash10

rotationZ : Float

metadata
:require
flash10

scaleX : Float

scaleY : Float

scaleZ : Float

metadata
:require
flash10

softKeyboardInputAreaOfInterest : flash.geom.Rectangle

metadata
:require
flash11

stage(default,null) : Stage

tabChildren : Bool

tabEnabled : Bool

tabIndex : Int

textSnapshot(default,null) : flash.text.TextSnapshot

visible : Bool

width : Float

x : Float

y : Float

z : Float

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

areInaccessibleObjectsUnderPoint(point : flash.geom.Point) : Bool

contains(child : DisplayObject) : Bool

dispatchEvent(event : Event) : Bool

getBounds(targetCoordinateSpace : DisplayObject) : flash.geom.Rectangle

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

globalToLocal(point : flash.geom.Point) : flash.geom.Point

globalToLocal3D(point : flash.geom.Point) : flash.geom.Vector3D

metadata
:require
flash10

hasEventListener(type : String) : Bool

hitTestObject(obj : DisplayObject) : Bool

hitTestPoint(x : Float, y : Float, ?shapeFlag : Bool) : Bool

local3DToGlobal(point3d : flash.geom.Vector3D) : flash.geom.Point

metadata
:require
flash10

localToGlobal(point : flash.geom.Point) : flash.geom.Point

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

requestSoftKeyboard() : Bool

metadata
:require
flash11

setChildIndex(child : DisplayObject, index : Int) : Void

swapChildren(child1 : DisplayObject, child2 : DisplayObject) : Void

swapChildrenAt(index1 : Int, index2 : Int) : Void

toString() : String

willTrigger(type : String) : Bool