Uses of Class
ij.gui.ImageWindow
Packages that use ImageWindow
-
Uses of ImageWindow in ij
Fields in ij declared as ImageWindowMethods in ij that return ImageWindowModifier and TypeMethodDescriptionstatic ImageWindowWindowManager.getCurrentWindow()Returns the active ImageWindow.ImagePlus.getWindow()Returns the ImageWindow that is being used to display this image.Methods in ij with parameters of type ImageWindowModifier and TypeMethodDescriptionstatic 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.guiModifier and TypeClassDescriptionclassThis class is an extended ImageWindow that displays histograms.classThis class implements the Analyze/Plot Profile command.classThis class is an extended ImageWindow that displays stacks and hyperstacks.Methods in ij.gui with parameters of type ImageWindow -
Uses of ImageWindow in ij.plugin.frame
Methods in ij.plugin.frame with parameters of type ImageWindowModifier and TypeMethodDescriptionstatic voidSyncWindows.setC(ImageWindow source, int channel) static voidSyncWindows.setT(ImageWindow source, int frame) static voidSyncWindows.setZ(ImageWindow source, int slice)