Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ drawOverlay
Method
drawOverlay
ij/src/main/java/ij/gui/TextRoi.java:277–279 ·
view source on GitHub ↗
(Graphics g)
Source
from the content-addressed store, hash-verified
275
}
276
277
public
void
drawOverlay(Graphics g) {
278
drawText(g);
279
}
280
281
void
drawText(Graphics g) {
282
g.setColor( strokeColor!=null? strokeColor:ROIColor);
Callers
nothing calls this directly
Calls
1
drawText
Method · 0.95
Tested by
no test coverage detected