Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setLabelColor
Method
setLabelColor
ij/src/main/java/ij/gui/Overlay.java:403–405 ·
view source on GitHub ↗
(Color c)
Source
from the content-addressed store, hash-verified
401
}
402
403
public
void
setLabelColor(Color c) {
404
labelColor = c;
405
}
406
407
public
Color getLabelColor() {
408
return
labelColor;
Callers
10
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
Calls
no outgoing calls
Tested by
no test coverage detected