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
           
 
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

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 © 2008. All Rights Reserved.