com.jmex.bui
Class Label.Config

java.lang.Object
  extended by com.jmex.bui.Label.Config
Enclosing class:
Label

protected static class Label.Config
extends Object


Field Summary
 ColorRGBA color
           
 int effect
           
 ColorRGBA effectColor
           
 int effectSize
           
 Label.Text glyphs
           
 int maxwidth
           
 int minwidth
           
 int spacing
           
 String text
           
 
Constructor Summary
protected Label.Config()
           
 
Method Summary
 boolean matches(Label.Config other, int twidth)
           
 String toString()
           
protected  String toString(ColorRGBA color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public String text

color

public ColorRGBA color

effect

public int effect

effectSize

public int effectSize

effectColor

public ColorRGBA effectColor

minwidth

public int minwidth

maxwidth

public int maxwidth

glyphs

public Label.Text glyphs

spacing

public int spacing
Constructor Detail

Label.Config

protected Label.Config()
Method Detail

matches

public boolean matches(Label.Config other,
                       int twidth)

toString

public String toString()
Overrides:
toString in class Object

toString

protected String toString(ColorRGBA color)


Copyright © 2008 Michael Bayne. All Rights Reserved.