|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.util.PropertyAccess
jogamp.openal.Debug
public class Debug
Helper routines for logging and debugging.
Field Summary |
---|
Fields inherited from class com.jogamp.common.util.PropertyAccess |
---|
javaws_prefix, jnlp_prefix |
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static boolean |
debug(String subcomponent)
|
static boolean |
debugAll()
|
static boolean |
isPropertyDefined(String property,
boolean jnlpAlias)
|
static boolean |
verbose()
|
Methods inherited from class com.jogamp.common.util.PropertyAccess |
---|
addTrustedPrefix, getBooleanProperty, getBooleanProperty, getIntProperty, getLongProperty, getProperty, isPropertyDefined, isTrusted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static final boolean isPropertyDefined(String property, boolean jnlpAlias)
public static boolean verbose()
public static boolean debugAll()
public static boolean debug(String subcomponent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |