MCPcopy Create free account
hub / github.com/Var3D/var3dframe / append

Method append

core/src/core/java/var3d/net/center/VLabel.java:49–51  ·  view source on GitHub ↗
(CharSequence text, LabelStyle style)

Source from the content-addressed store, hash-verified

47 }
48
49 private static CharSequence append(CharSequence text, LabelStyle style) {
50 return ((FreeBitmapFont) style.font).appendTextPro(text.toString());
51 }
52
53 public void setText(CharSequence newText) {
54 super.setText(append(newText, getStyle()));

Callers 15

VLabelMethod · 0.95
setTextMethod · 0.95
getPartialVariableMethod · 0.45
saveUIMethod · 0.45
bytesToHexStringMethod · 0.45
replaceEscapeCharsMethod · 0.45
simpleFormatMethod · 0.45
addTextMethod · 0.45
bytesToHexStringMethod · 0.45
getNameMethod · 0.45
nextStringMethod · 0.45
joinMethod · 0.45

Calls 2

appendTextProMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected