public class ImageJMethods extends java.lang.Object
ImageJ
methods.
Used here despite the ImageJWrapper to override private methods.Constructor and Description |
---|
ImageJMethods() |
Modifier and Type | Method and Description |
---|---|
static void |
configureProxy(ij.ImageJ obj)
Replaces
ImageJ.configureProxy(String) method |
static void |
showStatus(ij.ImageJ obj,
java.lang.String s)
Appends
ImageJ.showStatus(String) method |
public ImageJMethods()
public static void showStatus(ij.ImageJ obj, java.lang.String s)
ImageJ.showStatus(String)
methodpublic static void configureProxy(ij.ImageJ obj)
ImageJ.configureProxy(String)
method