com.threerings.opengl.gui.text
Class StringTextFactory.StyleRun

java.lang.Object
  extended by com.threerings.opengl.gui.text.StringTextFactory.StyleRun
Enclosing class:
StringTextFactory

protected static class StringTextFactory.StyleRun
extends Object


Field Summary
 Color color
           
 int end
           
 int start
           
 char[] styles
           
 
Constructor Summary
protected StringTextFactory.StyleRun()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styles

public char[] styles

color

public Color color

start

public int start

end

public int end
Constructor Detail

StringTextFactory.StyleRun

protected StringTextFactory.StyleRun()
Method Detail

toString

public String toString()
Overrides:
toString in class Object