org.pushingpixels.flamingo.api.common
Class CommandButtonLayoutManager.TextLayoutInfo

java.lang.Object
  extended by org.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.TextLayoutInfo
Enclosing interface:
CommandButtonLayoutManager

public static class CommandButtonLayoutManager.TextLayoutInfo
extends Object

Layout information on a single line of text.


Field Summary
 String text
          Text itself.
 Rectangle textRect
          The text rectangle.
 
Constructor Summary
CommandButtonLayoutManager.TextLayoutInfo()
           
 
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
Text itself.


textRect

public Rectangle textRect
The text rectangle.

Constructor Detail

CommandButtonLayoutManager.TextLayoutInfo

public CommandButtonLayoutManager.TextLayoutInfo()