MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getWindow

Method getWindow

ij/src/main/java/ij/ImagePlus.java:1039–1041  ·  view source on GitHub ↗

Returns the ImageWindow that is being used to display this image. Returns null if show() has not be called or the ImageWindow has been closed.

()

Source from the content-addressed store, hash-verified

1037 this image. Returns null if show() has not be called
1038 or the ImageWindow has been closed. */
1039 public ImageWindow getWindow() {
1040 return win;
1041 }
1042
1043 /** Returns true if this image is currently being displayed in a window. */
1044 public boolean isVisible() {

Callers 15

closeMethod · 0.95
setProcessor2Method · 0.95
removeScaleMethod · 0.95
okToDeleteRoiMethod · 0.95
revertStackMethod · 0.95
flattenMethod · 0.95
showStatusMethod · 0.95
selectWindowMethod · 0.95
getImageWindowMethod · 0.95
activateWindowMethod · 0.95
repaintImageWindowsMethod · 0.95
getImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected