public class TextCacheState
extends java.lang.Object
implements org.mini2Dx.gdx.utils.Disposable
| Modifier and Type | Field and Description |
|---|---|
int |
hAlign |
float |
renderWidth |
java.lang.String |
text |
| Constructor and Description |
|---|
TextCacheState() |
| Modifier and Type | Method and Description |
|---|---|
static TextCacheState |
allocate(java.lang.String text,
float renderWidth,
int hAlign) |
void |
dispose() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public java.lang.String text
public float renderWidth
public int hAlign
public static TextCacheState allocate(java.lang.String text, float renderWidth, int hAlign)
public void dispose()
dispose in interface org.mini2Dx.gdx.utils.Disposablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object