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

Method getImagePlus

ij/src/main/java/ij/gui/ImageWindow.java:526–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524 }
525
526 public ImagePlus getImagePlus() {
527 return imp;
528 }
529
530 public void setImage(ImagePlus imp2) {
531 ImageCanvas ic = getCanvas();

Callers 11

getActiveImageMethod · 0.95
getIDListMethod · 0.95
getImageMethod · 0.95
getNthImageIDMethod · 0.95
isDuplicateNameMethod · 0.95
putBehindMethod · 0.95
showListMethod · 0.95
tileWindowsMethod · 0.95
cascadeWindowsMethod · 0.95
mouseMovedMethod · 0.95
setImageJMenuBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected