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

Method SLabel

core/src/core/java/var3d/net/center/SLabel.java:18–23  ·  view source on GitHub ↗
(CharSequence text, Label.LabelStyle style)

Source from the content-addressed store, hash-verified

16 public VLabel label;
17
18 public SLabel(CharSequence text, Label.LabelStyle style) {
19 label = new VLabel(text, style);
20 addActor(label);
21 setSize(label.getPrefWidth(), label.getPrefHeight());
22 setColor(label.getColor());
23 }
24
25 public void setText(CharSequence newText) {
26 label.setText(newText);

Callers

nothing calls this directly

Calls 3

setColorMethod · 0.95
setSizeMethod · 0.45
getColorMethod · 0.45

Tested by

no test coverage detected