Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateWarning
Method · 0.95
Calls
3
init
Method · 0.95
measure
Method · 0.95
repaint
Method · 0.45
Tested by
no test coverage detected