com.xinapse.multisliceimage
Class MultiSliceImageDebug

java.lang.Object
  extended by com.xinapse.multisliceimage.MultiSliceImageDebug

public abstract class MultiSliceImageDebug
extends java.lang.Object

Enables and disables debugging messages for the MultiSliceImage package. The debugging messages are far from complete, and vary from detailed to scant. Debugging messages are written to System.err.


Method Summary
static boolean isOn()
          Tests whether debugging of the MultiSliceImage package is on.
static void turnOff()
          Turns debugging of the MultiSliceImage package off.
static void turnOn()
          Turns debugging of the MultiSliceImage package on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

turnOn

public static void turnOn()
Turns debugging of the MultiSliceImage package on.


turnOff

public static void turnOff()
Turns debugging of the MultiSliceImage package off.


isOn

public static boolean isOn()
Tests whether debugging of the MultiSliceImage package is on.

Returns:
true if debugging is on; false if debugging is off.


Copyright 2006-2011 Xinapse Systems Limited. All Rights Reserved.