Class CommandButtonLayoutManager.TextLayoutInfo

java.lang.Object
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 Details

    • text

      public String text
      Text itself.
    • textRect

      public Rectangle textRect
      The text rectangle.
  • Constructor Details

    • TextLayoutInfo

      public TextLayoutInfo()