gov.noaa.pmel.util
Class Debug

java.lang.Object
  extended by gov.noaa.pmel.util.Debug

public class Debug
extends java.lang.Object

For debugging only


Field Summary
static boolean CONTOUR
          Debug for contouring
static boolean DEBUG
           
static boolean DRAW_TRACE
           
static boolean EVENT
          Write debug statements related to internal sgt events.
static boolean TAXIS
           
 
Constructor Summary
Debug()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values

DRAW_TRACE

public static final boolean DRAW_TRACE
See Also:
Constant Field Values

TAXIS

public static final boolean TAXIS
See Also:
Constant Field Values

EVENT

public static final boolean EVENT
Write debug statements related to internal sgt events.

See Also:
Constant Field Values

CONTOUR

public static final boolean CONTOUR
Debug for contouring

See Also:
Constant Field Values
Constructor Detail

Debug

public Debug()