Packageorg.juicekit.util.helper
Classpublic final class GraphicsUtil

The GraphicsUtil class provides functions to assist development of visual components that rely on manipulating the Flash Player's scene graph and graphics coontext.



Public Methods
 MethodDefined by
  
Constructor.
GraphicsUtil
  
traceDisplayList(container:DisplayObjectContainer, indentString:String = ""):void
[static] Dump a textual representation of the scene graph heirarchy to the debug console.
GraphicsUtil
Constructor detail
GraphicsUtil()constructor
public function GraphicsUtil()

Constructor.

Method detail
traceDisplayList()method
public static function traceDisplayList(container:DisplayObjectContainer, indentString:String = ""):void

Dump a textual representation of the scene graph heirarchy to the debug console. To be used during development only. The code for this function originated from Adobe documentation sample code.

Parameters
container:DisplayObjectContainer
 
indentString:String (default = "")