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

Method setXLabelFont

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

Sets the xLabelFont; must not be null. If this method is not used, the last setFont of setFontSize call before displaying the plot determines the font, or if neither was called, the font size of the Plot Options is used.

(Font font)

Source from the content-addressed store, hash-verified

1294 * of setFontSize call before displaying the plot determines the font, or if neither
1295 * was called, the font size of the Plot Options is used. */
1296 public void setXLabelFont(Font font) {
1297 pp.xLabel.setFont(font);
1298 }
1299
1300 /** Sets the yLabelFont; must not be null. */
1301 public void setYLabelFont(Font font) {

Callers 1

setAxisLabelFontMethod · 0.95

Calls 1

setFontMethod · 0.65

Tested by

no test coverage detected