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

Method repaintWindow

ij/src/main/java/ij/ImagePlus.java:499–504  ·  view source on GitHub ↗

Calls draw to draw the image and also repaints the image window to force the information displayed above the image (dimension, type, size) to be updated.

()

Source from the content-addressed store, hash-verified

497 image window to force the information displayed above
498 the image (dimension, type, size) to be updated. */
499 public void repaintWindow() {
500 if (win!=null) {
501 draw();
502 win.repaint();
503 }
504 }
505
506 /** Calls updateAndDraw to update from the pixel data
507 and draw the image, and also repaints the image

Callers 13

setImageMethod · 0.95
setProcessor2Method · 0.95
setStackMethod · 0.95
revertMethod · 0.95
setVoxelSizeMethod · 0.95
setMetadataMethod · 0.95
doPropertyMethod · 0.95
repaintWindowMethod · 0.95
runMethod · 0.95
runMethod · 0.95
setSliceLabelMethod · 0.95
removeStackLabelsMethod · 0.95

Calls 2

drawMethod · 0.95
repaintMethod · 0.45

Tested by

no test coverage detected