public class IJMethods extends java.lang.Object
IJ methods.| Modifier and Type | Method and Description |
|---|---|
static void |
showProgress(double progress)
Appends
IJ.showProgress(double). |
static void |
showProgress(int currentIndex,
int finalIndex)
Appends
IJ.showProgress(int, int). |
static void |
showStatus(java.lang.String s)
Appends
IJ.showStatus(String). |
public static void showProgress(double progress)
IJ.showProgress(double).public static void showProgress(int currentIndex, int finalIndex)
IJ.showProgress(int, int).public static void showStatus(java.lang.String s)
IJ.showStatus(String).