- ijVersionEqualOrAbove(String) - Static method in class acquifer.ij.Utils
-
Check if current ImageJ version is equal or above the given version.
- ijVersionLessThan(String) - Static method in class acquifer.ij.Utils
-
Check if current ImageJ version is smaller than given version.
- imageDirectory - Variable in class acquifer.ij.BatchDialog
-
- isConnected() - Static method in enum acquifer.ij.MacroFunction
-
Check whether a connection to the IM was established with openConnection.
- isMultiDimensional(ImagePlus) - Static method in class acquifer.ij.im.plugins.Hyperstack_Maker
-
Return true if the stack has at least 2-dimension sliders.
- isOneDimensional(ImagePlus) - Static method in class acquifer.ij.im.plugins.Hyperstack_Maker
-
Check if an ImagePlus is a 1D dimensional stack (ie single dimension slider).
- itemStateChanged(ItemEvent) - Method in class acquifer.ij.BatchDialog
-
Define what happens when checkboxes or dropdown menus are changed.