| Package | org.juicekit.util.helper |
| Class | public final class GraphicsUtil |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| GraphicsUtil | ||
|
traceDisplayList(container:DisplayObjectContainer, indentString:String = ""):void
[static]
Dump a textual representation of the scene graph heirarchy to the
debug console.
| GraphicsUtil | ||
| GraphicsUtil | () | constructor |
public function GraphicsUtil()Constructor.
| traceDisplayList | () | method |
public static function traceDisplayList(container:DisplayObjectContainer, indentString:String = ""):voidDump 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.
Parameterscontainer:DisplayObjectContainer |
|
indentString:String (default = "") |