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

Method isVisible

ij/src/main/java/ij/ImagePlus.java:1044–1046  ·  view source on GitHub ↗

Returns true if this image is currently being displayed in a window.

()

Source from the content-addressed store, hash-verified

1042
1043 /** Returns true if this image is currently being displayed in a window. */
1044 public boolean isVisible() {
1045 return win!=null && win.isVisible();
1046 }
1047
1048 /** This method should only be called from an ImageWindow. */
1049 public void setWindow(ImageWindow win) {

Callers 2

showMethod · 0.95
setRoiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected