Class CommandButtonLayoutManager.TextLayoutInfo

  • Enclosing interface:
    CommandButtonLayoutManager

    public static class CommandButtonLayoutManager.TextLayoutInfo
    extends java.lang.Object
    Layout information on a single line of text.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String text
      Text itself.
      java.awt.Rectangle textRect
      The text rectangle.
    • Constructor Summary

      Constructors 
      Constructor Description
      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 java.lang.String text
        Text itself.
      • textRect

        public java.awt.Rectangle textRect
        The text rectangle.
    • Constructor Detail

      • TextLayoutInfo

        public TextLayoutInfo()