package flash.display
extends InteractiveObject › DisplayObject › EventDispatcher
extended by Loader, Sprite, Stage, TextLine
Available on flashnew ()mouseChildren:Boolread only numChildren:InttabChildren:Boolread only textSnapshot:TextSnapshotstopAllMovieClips:Void ‑> VoidaddChild (child:DisplayObject):DisplayObjectaddChildAt (child:DisplayObject, index:Int):DisplayObjectareInaccessibleObjectsUnderPoint (point:Point):Boolcontains (child:DisplayObject):BoolgetChildAt (index:Int):DisplayObjectgetChildByName (name:String):DisplayObjectgetChildIndex (child:DisplayObject):IntgetObjectsUnderPoint (point:Point):Array<DisplayObject>removeChild (child:DisplayObject):DisplayObjectremoveChildAt (index:Int):DisplayObjectremoveChildren (beginIndex:Int = 0, endIndex:Int = 2147483647):VoidsetChildIndex (child:DisplayObject, index:Int):VoidswapChildren (child1:DisplayObject, child2:DisplayObject):VoidswapChildrenAt (index1:Int, index2:Int):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/display/DisplayObjectContainer.html