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

Method setWindow

ij/src/main/java/ij/ImagePlus.java:1049–1053  ·  view source on GitHub ↗

This method should only be called from an ImageWindow.

(ImageWindow win)

Source from the content-addressed store, hash-verified

1047
1048 /** This method should only be called from an ImageWindow. */
1049 public void setWindow(ImageWindow win) {
1050 this.win = win;
1051 if (roi!=null)
1052 roi.setImage(this); // update roi's 'ic' field
1053 }
1054
1055 /** Returns the ImageCanvas being used to
1056 display this image, or null. */

Callers 5

ImageWindowMethod · 0.45
setImageMethod · 0.45
setupMethod · 0.45
runMethod · 0.45
imageOpenedMethod · 0.45

Calls 1

setImageMethod · 0.45

Tested by

no test coverage detected