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

Method updateDisplay

ij/src/main/java/ij/macro/Functions.java:1201–1207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1199 }
1200
1201 void updateDisplay() {
1202 if (updateNeeded && WindowManager.getImageCount()>0) {
1203 ImagePlus imp = getImage();
1204 imp.updateAndDraw();
1205 updateNeeded = false;
1206 }
1207 }
1208
1209 void drawString() {
1210 interp.getLeftParen();

Callers 2

doFunctionMethod · 0.95
finishUpMethod · 0.45

Calls 3

getImageCountMethod · 0.95
getImageMethod · 0.95
updateAndDrawMethod · 0.95

Tested by

no test coverage detected