Uses of Class
ij.gui.ImageWindow

Packages that use ImageWindow
ij   
ij.gui   
 

Uses of ImageWindow in ij
 

Fields in ij declared as ImageWindow
protected  ImageWindow ImagePlus.win
           
 

Methods in ij that return ImageWindow
static ImageWindow WindowManager.getCurrentWindow()
          Returns the active ImageWindow.
 ImageWindow ImagePlus.getWindow()
          Returns the ImageWindow that is being used to display this image.
 

Methods in ij with parameters of type ImageWindow
static void WindowManager.setCurrentWindow(ImageWindow win)
          Makes the image contained in the specified window the active image.
 void ImagePlus.setWindow(ImageWindow win)
          This method should only be called from an ImageWindow.
 

Uses of ImageWindow in ij.gui
 

Subclasses of ImageWindow in ij.gui
 class HistogramWindow
          This class is an extended ImageWindow that displays histograms.
 class PlotWindow
          Obsolete; mostly replaced by the Plot class.
 class StackWindow
          This class is an extended ImageWindow used to display image stacks.