Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setHideOverlay
Method · 0.95
updateTableOverlay
Method · 0.45
showRangeArrows
Method · 0.45
hideRangeArrows
Method · 0.45
paint
Method · 0.45
drawOverlay
Method · 0.45
paintDoubleBuffered
Method · 0.45
setCursor
Method · 0.45
overOverlayLabel
Method · 0.45
mousePressed
Method · 0.45
setDisplayList
Method · 0.45
getDisplayList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected