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

Method clearOverlay

ij/src/main/java/ij/macro/Functions.java:7407–7414  ·  view source on GitHub ↗
(ImagePlus imp)

Source from the content-addressed store, hash-verified

7405 }
7406
7407 double clearOverlay(ImagePlus imp) {
7408 interp.getParens();
7409 offscreenOverlay = null;
7410 Overlay overlay = imp.getOverlay();
7411 if (overlay!=null)
7412 overlay.clear();
7413 return Double.NaN;
7414 }
7415
7416 private Variable doTable() {
7417 interp.getToken();

Callers 1

doOverlayMethod · 0.95

Calls 3

clearMethod · 0.95
getParensMethod · 0.80
getOverlayMethod · 0.45

Tested by

no test coverage detected