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

Method updateAndDraw

ij/src/main/java/ij/ImagePlus.java:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371
372
373 @AstroImageJ(reason = "Overload to preserve original functionality of updateAndDraw")
374 public synchronized void updateAndDraw() {
375 updateAndDraw(true);
376 }
377
378 /** Updates this image from the pixel data in its
379 associated ImageProcessor, then displays it. Does

Callers 15

setDisplayModeMethod · 0.95
setActiveChannelsMethod · 0.95
updateChannelAndDrawMethod · 0.95
showMethod · 0.95
setStackMethod · 0.95
copyMethod · 0.95
pasteMethod · 0.95
undoMethod · 0.95
doIPMethodMethod · 0.95
updateDisplayMethod · 0.95
changeValuesMethod · 0.95

Calls 10

setStackMethod · 0.95
notifyListenersMethod · 0.95
drawMethod · 0.95
setImageUpdatedMethod · 0.80
isVirtualMethod · 0.45
sizeMethod · 0.45
getPixelsMethod · 0.45
setPixelsMethod · 0.45
setSnapshotPixelsMethod · 0.45
getCanvasMethod · 0.45

Tested by

no test coverage detected