Uses of Class
ij.ImageJ
Package | Description |
---|---|
ij | |
ij.gui | |
ij.plugin.frame |
-
Uses of ImageJ in ij
Methods in ij that return ImageJ Modifier and Type Method Description static ImageJ
IJ. getInstance()
Returns a reference to the "ImageJ" frame.Methods in ij with parameters of type ImageJ Modifier and Type Method Description static int
Menus. installPlugin(java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij)
Adds a plugin based command to the end of a specified menu. -
Uses of ImageJ in ij.gui
-
Uses of ImageJ in ij.plugin.frame
Fields in ij.plugin.frame declared as ImageJ Modifier and Type Field Description protected ImageJ
SyncWindows. ijInstance
reference to current instance of ImageJ (to avoid repeated IJ.getInstance() s)