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

Method getOverlay

ij/src/main/java/ij/ImagePlus.java:3526–3528  ·  view source on GitHub ↗

Returns the current overly, or null if this image does not have an overlay.

()

Source from the content-addressed store, hash-verified

3524
3525 /** Returns the current overly, or null if this image does not have an overlay. */
3526 public Overlay getOverlay() {
3527 return overlay;
3528 }
3529
3530 public void setHideOverlay(boolean hide) {
3531 hideOverlay = hide;

Callers 15

ImagePlusMethod · 0.95
hideMethod · 0.95
createRoiMaskMethod · 0.95
createNewRoiMethod · 0.95
flattenMethod · 0.95
flattenStackMethod · 0.95
tempOverlayMethod · 0.95
toggleOverlayMethod · 0.95
getProcessorMethod · 0.95
keyPressedMethod · 0.95
undoMethod · 0.95
doOverlayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected