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

Method getOverlay

ij/src/main/java/ij/gui/ImageCanvas.java:1563–1565  ·  view source on GitHub ↗

Use ImagePlus.getOverlay().

()

Source from the content-addressed store, hash-verified

1561
1562 /** Use ImagePlus.getOverlay(). */
1563 public Overlay getOverlay() {
1564 return imp.getOverlay();
1565 }
1566
1567 /**
1568 * @deprecated

Callers 15

setHideOverlayMethod · 0.95
updateTableOverlayMethod · 0.45
showRangeArrowsMethod · 0.45
hideRangeArrowsMethod · 0.45
paintMethod · 0.45
drawOverlayMethod · 0.45
paintDoubleBufferedMethod · 0.45
setCursorMethod · 0.45
overOverlayLabelMethod · 0.45
mousePressedMethod · 0.45
setDisplayListMethod · 0.45
getDisplayListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected