Class TextInBox


  • public class TextInBox
    extends Object
    Represents a text to be displayed in a box of a given size.
    Author:
    Udo Borkowski (ub@abego.org)
    • Field Detail

      • text

        public final String text
      • height

        public final int height
      • width

        public final int width
    • Constructor Detail

      • TextInBox

        public TextInBox​(String text,
                         int width,
                         int height)