Class SingleByteFont.UnencodedCharacter

  • Enclosing class:
    SingleByteFont

    protected static final class SingleByteFont.UnencodedCharacter
    extends java.lang.Object
    • Field Detail

      • width

        private final int width
      • bbox

        private final java.awt.Rectangle bbox
    • Constructor Detail

      • UnencodedCharacter

        public UnencodedCharacter​(NamedCharacter character,
                                  int width,
                                  java.awt.Rectangle bbox)
    • Method Detail

      • getWidth

        public int getWidth()
      • getBBox

        public java.awt.Rectangle getBBox()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object