Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
drawBarAsOverlay
Method · 0.95
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected