Constructor

new ()

Variables

Methods

addChildAt (child:Dynamic, index:Int):Dynamic

addEventListener (type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

getBounds (targetCoordinateSpace:Dynamic):Dynamic

getRect (targetCoordinateSpace:Dynamic):Dynamic

hitTestPoint (x:Float, y:Float, shapeFlag:Bool = false):Bool

removeChildren (beginIndex:Int = 0, endIndex:Int = 2147483647):Void

removeEventListener (type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void

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

startDrag (lockCenter:Bool = false, ?bounds:Dynamic):Void

startTouchDrag (touchPointID:Int, lockCenter:Bool = false, ?bounds:Dynamic):Void

stopTouchDrag (touchPointID:Int):Void

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

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