com.threerings.opengl.gui
Class LabelRenderer.Glyphs
java.lang.Object
com.threerings.opengl.gui.LabelRenderer.Glyphs
- Enclosing class:
- LabelRenderer
protected static class LabelRenderer.Glyphs
- extends Object
|
Method Summary |
int |
getHeight(int rotation)
|
int |
getWidth(int rotation)
|
void |
render(Renderer renderer,
int tx,
int ty,
int halign,
float alpha,
int spacing)
|
void |
render(Renderer renderer,
int tx,
int ty,
int width,
int height,
int halign,
float alpha)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lines
public Text[] lines
size
public Dimension size
LabelRenderer.Glyphs
protected LabelRenderer.Glyphs()
getWidth
public int getWidth(int rotation)
getHeight
public int getHeight(int rotation)
render
public void render(Renderer renderer,
int tx,
int ty,
int halign,
float alpha,
int spacing)
render
public void render(Renderer renderer,
int tx,
int ty,
int width,
int height,
int halign,
float alpha)