MCPcopy 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

updatePlotMethod · 0.95
clearPlotMethod · 0.45
updatePlotMethod · 0.45

Calls 1

setFontMethod · 0.95

Tested by

no test coverage detected