com.jmex.bui
Class BTextArea.Run

java.lang.Object
  extended by com.jmex.bui.BTextArea.Run
Enclosing class:
BTextArea

protected static class BTextArea.Run
extends Object

Used to associate a style with a run of text.


Field Summary
 ColorRGBA color
           
 boolean endsLine
           
 int style
           
 String text
           
 
Constructor Summary
BTextArea.Run(String text, ColorRGBA color, int style, boolean endsLine)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text

color

public ColorRGBA color

style

public int style

endsLine

public boolean endsLine
Constructor Detail

BTextArea.Run

public BTextArea.Run(String text,
                     ColorRGBA color,
                     int style,
                     boolean endsLine)


Copyright © 2008 Michael Bayne. All Rights Reserved.