Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ setText
Method
setText
core/src/core/java/var3d/net/center/VLabel.java:53–56 ·
view source on GitHub ↗
(CharSequence newText)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
void
setText(CharSequence newText) {
54
super.setText(append(newText, getStyle()));
55
addText(newText);
56
}
57
58
public
StringBuilder getText() {
59
return
text;
Callers
nothing calls this directly
Calls
2
append
Method · 0.95
addText
Method · 0.95
Tested by
no test coverage detected