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

Method setText

ij/src/main/java/ij/gui/MultiLineLabel.java:53–57  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

51
52
53 public void setText(String text) {
54 init(text);
55 measure();
56 repaint();
57 }
58
59 public void setFont(Font f) {
60 super.setFont(f);

Callers 1

updateWarningMethod · 0.95

Calls 3

initMethod · 0.95
measureMethod · 0.95
repaintMethod · 0.45

Tested by

no test coverage detected