MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setYLabelFont

Method setYLabelFont

ij/src/main/java/ij/gui/Plot.java:1301–1303  ·  view source on GitHub ↗

Sets the yLabelFont; must not be null.

(Font font)

Source from the content-addressed store, hash-verified

1299
1300 /** Sets the yLabelFont; must not be null. */
1301 public void setYLabelFont(Font font) {
1302 pp.yLabel.setFont(font);
1303 }
1304
1305 /** Determines whether to use antialiased text (default true) */
1306 public void setAntialiasedText(boolean antialiasedText) {

Callers 1

setAxisLabelFontMethod · 0.95

Calls 1

setFontMethod · 0.65

Tested by

no test coverage detected