com.sun.opengl.impl
Class Debug

java.lang.Object
  extended by com.sun.opengl.impl.Debug

public class Debug
extends java.lang.Object

Helper routines for logging and debugging.


Constructor Summary
Debug()
           
 
Method Summary
static boolean debug(java.lang.String subcomponent)
           
static boolean debugAll()
           
static boolean getBooleanProperty(java.lang.String property)
           
static boolean isPropertyDefined(java.lang.String property)
           
static boolean verbose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

getBooleanProperty

public static boolean getBooleanProperty(java.lang.String property)

isPropertyDefined

public static boolean isPropertyDefined(java.lang.String property)

verbose

public static boolean verbose()

debugAll

public static boolean debugAll()

debug

public static boolean debug(java.lang.String subcomponent)


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.