com.threerings.opengl.gui
Class LabelRenderer.Glyphs

java.lang.Object
  extended by com.threerings.opengl.gui.LabelRenderer.Glyphs
Enclosing class:
LabelRenderer

protected static class LabelRenderer.Glyphs
extends Object


Field Summary
 Text[] lines
           
 Dimension size
           
 
Constructor Summary
protected LabelRenderer.Glyphs()
           
 
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
 

Field Detail

lines

public Text[] lines

size

public Dimension size
Constructor Detail

LabelRenderer.Glyphs

protected LabelRenderer.Glyphs()
Method Detail

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)