chrriis.uihierarchy.debug
Class Debugger
java.lang.Object
chrriis.uihierarchy.debug.Debugger
- public class Debugger
- extends Object
The debugger of levels.
- Version:
- 1.0 2004.01.11
- Author:
- Christopher Deckers (chrriis@brainlex.com)
Method Summary |
void |
debug(Accessor accessor,
Object parameters)
Debug some hierarchy components. |
Debugger
public Debugger()
debug
public void debug(Accessor accessor,
Object parameters)
- Debug some hierarchy components.
- Parameters:
accessor
- The accessors of the components to debug.parameters
- The parameters to use to debug. The recognized parameters
for this debugger are a String representing a color. The String is either
"random" for a random color, or one of the following: "black", "blue",
"cyan", "green", "magenta", "orange", "pink", "red", "white" and "yellow".
The default, when the parameters are null, is "red".