Class ImageDebug

java.lang.Object
com.xinapse.image.ImageDebug

public abstract class ImageDebug extends Object
Enables and disables debugging messages for the image package. The debugging messages are far from complete, and vary from detailed to scant. Debugging messages are written to System.err.
  • Method Details

    • turnOn

      public static void turnOn()
      Turns debugging of the image package on.
    • turnOff

      public static void turnOff()
      Turns debugging of the image package off.
    • isOn

      public static boolean isOn()
      Tests whether debugging of the image package is on.
      Returns:
      true if debugging is on; false if debugging is off.