com.threerings.opengl.gui
Class TextArea.Run
java.lang.Object
com.threerings.opengl.gui.TextArea.Run
- Enclosing class:
- TextArea
protected static class TextArea.Run
- extends Object
Used to associate a style with a run of text.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public String text
color
public Color4f color
style
public int style
endsLine
public boolean endsLine
TextArea.Run
public TextArea.Run(String text,
Color4f color,
int style,
boolean endsLine)