MCPcopy 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

doOverlayMethod · 0.95
newOverlayMethod · 0.95
addRoiToOverlayMethod · 0.95
decodeOverlayOptionsMethod · 0.95
setOverlayMethod · 0.95
createMethod · 0.95
updateRoiListMethod · 0.80
runMethod · 0.80
dialogItemChangedMethod · 0.80
setPrototypeOverlayMethod · 0.80
showDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected