Uses of Class
ij.gui.ImageWindow
-
Packages that use ImageWindow Package Description ij ij.gui ij.plugin.frame -
-
Uses of ImageWindow in ij
Fields in ij declared as ImageWindow Modifier and Type Field Description protected ImageWindowImagePlus. winMethods in ij that return ImageWindow Modifier and Type Method Description static ImageWindowWindowManager. getCurrentWindow()Returns the active ImageWindow.ImageWindowImagePlus. getWindow()Returns the ImageWindow that is being used to display this image.Methods in ij with parameters of type ImageWindow Modifier and Type Method Description static voidWindowManager. setCurrentWindow(ImageWindow win)Makes the image contained in the specified window the active image.voidImagePlus. setWindow(ImageWindow win)This method should only be called from an ImageWindow. -
Uses of ImageWindow in ij.gui
Subclasses of ImageWindow in ij.gui Modifier and Type Class Description classHistogramWindowThis class is an extended ImageWindow that displays histograms.classPlotWindowThis class implements the Analyze/Plot Profile command.classStackWindowThis class is an extended ImageWindow that displays stacks and hyperstacks.Methods in ij.gui with parameters of type ImageWindow Modifier and Type Method Description static voidImageWindow. setImageJMenuBar(ImageWindow win) -
Uses of ImageWindow in ij.plugin.frame
Methods in ij.plugin.frame with parameters of type ImageWindow Modifier and Type Method Description static voidSyncWindows. setC(ImageWindow source, int channel)static voidSyncWindows. setT(ImageWindow source, int frame)static voidSyncWindows. setZ(ImageWindow source, int slice)
-