class lime.graphics.FlashRenderContext

Instance Fields

var x:Float

var y:Float

var z:Float

function new(): Void

function addChild(child:Dynamic): Dynamic

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

function addEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool, ?priority:Int, ?useWeakReference:Bool): Void

function contains(child:Dynamic): Bool

function dispatchEvent(event:Dynamic): Bool

function getBounds(targetCoordinateSpace:Dynamic): Dynamic

function getChildAt(index:Int): Dynamic

function getChildByName(name:String): Dynamic

function getChildIndex(child:Dynamic): Int

function getRect(targetCoordinateSpace:Dynamic): Dynamic

function globalToLocal(point:Dynamic): Dynamic

function hasEventListener(type:String): Bool

function hitTestObject(obj:Dynamic): Bool

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

function local3DToGlobal(point3d:Dynamic): Dynamic

function localToGlobal(point:Dynamic): Dynamic

function removeChild(child:Dynamic): Dynamic

function removeChildAt(index:Int): Dynamic

function removeChildren(?beginIndex:Int, ?endIndex:Int): Void

function removeEventListener(type:String, listener:Dynamic ->Void?useCapture:Bool): Void

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

function startDrag(?lockCenter:Bool, ?bounds:Dynamic): Void

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

function stopDrag(): Void

function stopTouchDrag(touchPointID:Int): Void

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

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

function toString(): String

function willTrigger(type:String): Bool