Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setLabelFont
Method
setLabelFont
ij/src/main/java/ij/gui/Overlay.java:411–413 ·
view source on GitHub ↗
(Font font)
Source
from the content-addressed store, hash-verified
409
}
410
411
public
void
setLabelFont(Font font) {
412
setLabelFont(font, false);
413
}
414
415
public
void
setLabelFont(Font font, boolean scalable) {
416
labelFont = font;
Callers
8
newOverlay
Method · 0.95
decodeOverlayOptions
Method · 0.95
setOverlay
Method · 0.95
create
Method · 0.95
run
Method · 0.80
dialogItemChanged
Method · 0.80
drawOutline
Method · 0.80
setPrototypeOverlay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected