jjil.debug
Class Debug

java.lang.Object
  extended by jjil.debug.Debug
All Implemented Interfaces:
Show

public class Debug
extends java.lang.Object
implements Show


Constructor Summary
Debug()
           
 
Method Summary
static void setShow(Show show)
           
 void toDisplay(RgbImage rgb)
           
 void toFile(RgbImage rgb, java.lang.String szFilename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

setShow

public static void setShow(Show show)

toDisplay

public void toDisplay(RgbImage rgb)
Specified by:
toDisplay in interface Show

toFile

public void toFile(RgbImage rgb,
                   java.lang.String szFilename)
Specified by:
toFile in interface Show