Inlist.List<T extends Inlist<?>>| Modifier and Type | Field and Description |
|---|---|
byte |
edges |
short |
length |
static SyncPool<TextItem> |
pool |
java.lang.String |
string |
TextStyle |
text |
float |
width |
float |
x |
float |
x1 |
float |
x2 |
float |
y |
float |
y1 |
float |
y2 |
| Constructor and Description |
|---|
TextItem() |
| Modifier and Type | Method and Description |
|---|---|
static TextItem |
copy(TextItem orig) |
TextItem |
set(float x,
float y,
java.lang.String string,
TextStyle text) |
java.lang.String |
toString() |
appendItem, appendList, get, last, next, prependRelative, push, remove, sizepublic float x
public float y
public java.lang.String string
public TextStyle text
public float width
public float x1
public float y1
public float x2
public float y2
public short length
public byte edges