public class ListBoxTextMeshConstructor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
JoglTexturedMesh |
jtm |
java.util.Vector<JoglScreenRect> |
labels |
java.util.Vector<java.lang.Integer> |
offsets |
Constructor and Description |
---|
ListBoxTextMeshConstructor() |
Modifier and Type | Method and Description |
---|---|
void |
constructMesh(java.util.Vector<java.lang.String> dataLines,
float aspect,
float rW) |
void |
GenerateTextureCoords(java.lang.String text) |
public java.util.Vector<JoglScreenRect> labels
public java.util.Vector<java.lang.Integer> offsets
public JoglTexturedMesh jtm