com.jmex.bui.text
Class AWTTextFactory.StyleRun

java.lang.Object
  extended by com.jmex.bui.text.AWTTextFactory.StyleRun
Enclosing class:
AWTTextFactory

protected static class AWTTextFactory.StyleRun
extends Object


Field Summary
 Color color
           
 int end
           
 int start
           
 char[] styles
           
 
Constructor Summary
protected AWTTextFactory.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

AWTTextFactory.StyleRun

protected AWTTextFactory.StyleRun()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 Michael Bayne. All Rights Reserved.