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

Method setHideOverlay

ij/src/main/java/ij/ImagePlus.java:3530–3535  ·  view source on GitHub ↗
(boolean hide)

Source from the content-addressed store, hash-verified

3528 }
3529
3530 public void setHideOverlay(boolean hide) {
3531 hideOverlay = hide;
3532 ImageCanvas ic = getCanvas();
3533 if (ic!=null && ic.getOverlay()!=null)
3534 ic.repaint();
3535 }
3536
3537 public boolean getHideOverlay() {
3538 return hideOverlay;

Callers 8

setOverlayMethod · 0.95
toggleOverlayMethod · 0.95
hideMethod · 0.95
showMethod · 0.95
savePlotImageMethod · 0.95
showOverlayMethod · 0.80
hideOverlayMethod · 0.80
showDialogMethod · 0.80

Calls 3

getCanvasMethod · 0.95
getOverlayMethod · 0.95
repaintMethod · 0.45

Tested by

no test coverage detected