Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ changeFont
Method
changeFont
ij/src/main/java/ij/gui/Plot.java:4540–4542 ·
view source on GitHub ↗
(Font font)
Source
from the content-addressed store, hash-verified
4538
4539
/* Obsolete; replaced by setFont(). */
4540
public
void
changeFont(Font font) {
4541
setFont(font);
4542
}
4543
4544
@AstroImageJ(reason =
"Support scaled plots"
)
4545
public
boolean isAijPlot() {
Callers
3
updatePlot
Method · 0.95
clearPlot
Method · 0.45
updatePlot
Method · 0.45
Calls
1
setFont
Method · 0.95
Tested by
no test coverage detected