Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ drawBackgrounds
Method
drawBackgrounds
ij/src/main/java/ij/gui/Overlay.java:395–397 ·
view source on GitHub ↗
(boolean b)
Source
from the content-addressed store, hash-verified
393
}
394
395
public
void
drawBackgrounds(boolean b) {
396
drawBackgrounds = b;
397
}
398
399
public
boolean getDrawBackgrounds() {
400
return
drawBackgrounds;
Callers
11
doOverlay
Method · 0.95
newOverlay
Method · 0.95
addRoiToOverlay
Method · 0.95
decodeOverlayOptions
Method · 0.95
setOverlay
Method · 0.95
create
Method · 0.95
updateRoiList
Method · 0.80
run
Method · 0.80
dialogItemChanged
Method · 0.80
setPrototypeOverlay
Method · 0.80
showDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected