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

Method setIsCalibrationBar

ij/src/main/java/ij/gui/Overlay.java:441–443  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

439 }
440
441 public void setIsCalibrationBar(boolean b) {
442 this.isCalibrationBar = b;
443 }
444
445 public boolean isCalibrationBar() {
446 return isCalibrationBar;

Callers 3

runMethod · 0.95
drawBarAsOverlayMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected