org.shapelogic.imageutil
Class IJGui

java.lang.Object
  extended by org.shapelogic.imageutil.IJGui
All Implemented Interfaces:
GuiWrapper

public class IJGui
extends java.lang.Object
implements GuiWrapper

Very thin wrapper around ImageJ showMessage().

Author:
Sami Badawi

Field Summary
static IJGui INSTANCE
           
static int MAX_LENGTH_BEFORE_USING_LOG_WINDOW
           
 
Constructor Summary
protected IJGui()
           
 
Method Summary
 void showMessage(java.lang.String title, java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LENGTH_BEFORE_USING_LOG_WINDOW

public static final int MAX_LENGTH_BEFORE_USING_LOG_WINDOW
See Also:
Constant Field Values

INSTANCE

public static final IJGui INSTANCE
Constructor Detail

IJGui

protected IJGui()
Method Detail

showMessage

public void showMessage(java.lang.String title,
                        java.lang.String text)
Specified by:
showMessage in interface GuiWrapper


Copyright © 2009. All Rights Reserved.