Uses of Class
ij.ImageJ
Packages that use ImageJ
-
Uses of ImageJ in ij
Modifier and TypeMethodDescriptionstatic ImageJ
IJ.getInstance()
Returns a reference to the "ImageJ" frame.Modifier and TypeMethodDescriptionstatic int
Menus.installPlugin
(String plugin, char menuCode, String command, 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 ImageJModifier and TypeFieldDescriptionprotected final ImageJ
SyncWindows.ijInstance
reference to current instance of ImageJ (to avoid repeated IJ.getInstance() s)