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 ImageWindow
WindowManager.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 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.guiModifier and TypeClassDescriptionclass
This class is an extended ImageWindow that displays histograms.class
This class implements the Analyze/Plot Profile command.class
This 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 void
SyncWindows.setC
(ImageWindow source, int channel) static void
SyncWindows.setT
(ImageWindow source, int frame) static void
SyncWindows.setZ
(ImageWindow source, int slice)