Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getHideOverlay
Method
getHideOverlay
ij/src/main/java/ij/ImagePlus.java:3537–3539 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3535
}
3536
3537
public
boolean getHideOverlay() {
3538
return
hideOverlay;
3539
}
3540
3541
public
boolean toggleOverlay() {
3542
if
(getOverlay()!=null)
Callers
15
doOverlay
Method · 0.95
run
Method · 0.95
getTransferData
Method · 0.95
print
Method · 0.95
reduce
Method · 0.80
getInfo
Method · 0.80
writeImage
Method · 0.80
run
Method · 0.80
crop
Method · 0.80
saveAsJpeg
Method · 0.80
createNewStack
Method · 0.80
scale
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected