Uses of Class
ij.ImageJ

Packages that use ImageJ
ij   
ij.gui   
 

Uses of ImageJ in ij
 

Methods in ij that return ImageJ
static ImageJ IJ.getInstance()
          Returns a reference to the "ImageJ" frame.
 

Methods in ij with parameters of type ImageJ
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
 

Methods in ij.gui with parameters of type ImageJ
static void GUI.relCenter(ImageJ ij, java.awt.Window w)
          Positions the specified window in the center of the screen.
static void GUI.relRight(ImageJ ij, java.awt.Window w)
          Positions the specified window in the center of the screen.