new()
read onlycontent:DisplayObject
read onlycontentLoaderInfo:LoaderInfo
@:require(flash10_1)read onlyuncaughtErrorEvents:UncaughtErrorEvents
close():Void
@:value({ context : null })load(request:URLRequest, ?context:Null<LoaderContext>):Void
@:value({ context : null })loadBytes(buffer:ByteArray, ?context:Null<LoaderContext>):Void
unload():Void
@:value({ gc : true })@:require(flash10)unloadAndStop(gc:Bool = true):Void
mouseChildren:Bool
read onlynumChildren:Int
tabChildren:Bool
read onlytextSnapshot:TextSnapshot
accessibilityImplementation:AccessibilityImplementation
contextMenu:ContextMenu
doubleClickEnabled:Bool
focusRect:Null<Bool>
mouseEnabled:Bool
@:require(flash11)needsSoftKeyboard:Bool
@:require(flash11)softKeyboardInputAreaOfInterest:Rectangle
tabEnabled:Bool
tabIndex:Int
accessibilityProperties:AccessibilityProperties
alpha:Float
blendMode:BlendMode
@:require(flash10)read onlywrite onlyblendShader:Shader
cacheAsBitmap:Bool
cacheAsBitmapMatrix:Matrix
filters:Array<BitmapFilter>
height:Float
read onlyloaderInfo:LoaderInfo
mask:DisplayObject
read onlymouseX:Float
read onlymouseY:Float
name:String
opaqueBackground:Null<UInt>
read onlyparent:DisplayObjectContainer
read onlyroot:DisplayObject
rotation:Float
@:require(flash10)rotationX:Float
@:require(flash10)rotationY:Float
@:require(flash10)rotationZ:Float
scale9Grid:Rectangle
scaleX:Float
scaleY:Float
@:require(flash10)scaleZ:Float
scrollRect:Rectangle
shader:Shader
read onlystage:Stage
transform:Transform
visible:Bool
width:Float
x:Float
y:Float
@:require(flash10)z:Float
addChild(child:DisplayObject):DisplayObject
addChildAt(child:DisplayObject, index:Int):DisplayObject
areInaccessibleObjectsUnderPoint(point:Point):Bool
contains(child:DisplayObject):Bool
getChildAt(index:Int):DisplayObject
getChildByName(name:String):DisplayObject
getChildIndex(child:DisplayObject):Int
getObjectsUnderPoint(point:Point):Array<DisplayObject>
removeChild(child:DisplayObject):DisplayObject
removeChildAt(index:Int):DisplayObject
@:value({ endIndex : 0x7FFFFFFF, beginIndex : 0 })@:require(flash11)removeChildren(beginIndex:Int = 0, endIndex:Int = 0x7FFFFFFF):Void
setChildIndex(child:DisplayObject, index:Int):Void
@:require(flash11_8)stopAllMovieClips():Void
swapChildren(child1:DisplayObject, child2:DisplayObject):Void
swapChildrenAt(index1:Int, index2:Int):Void
@:require(flash11)requestSoftKeyboard():Bool
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
getRect(targetCoordinateSpace:DisplayObject):Rectangle
globalToLocal(pos:Point):Point
@:require(flash10)globalToLocal3D(point:Point):Vector3D
hitTestObject(obj:DisplayObject):Bool
@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool
inlineinvalidate():Void
@:require(flash10)local3DToGlobal(point3d:Vector3D):Point
localToGlobal(point:Point):Point
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool