com.jogamp.newt.impl
Class Debug
java.lang.Object
com.jogamp.newt.impl.Debug
public class Debug
- extends Object
Helper routines for logging and debugging.
Constructor Summary |
Debug()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jnlp_prefix
public static final String jnlp_prefix
- See Also:
- Constant Field Values
Debug
public Debug()
getIntProperty
public static int getIntProperty(String property,
boolean jnlpAlias,
AccessControlContext acc)
getBooleanProperty
public static boolean getBooleanProperty(String property,
boolean jnlpAlias,
AccessControlContext acc)
isPropertyDefined
public static boolean isPropertyDefined(String property,
boolean jnlpAlias,
AccessControlContext acc)
getProperty
public static String getProperty(String property,
boolean jnlpAlias,
AccessControlContext acc)
verbose
public static boolean verbose()
debugAll
public static boolean debugAll()
debug
public static boolean debug(String subcomponent)
Copyright 2010 JogAmp Community.