Class SingleByteFont.UnencodedCharacter

java.lang.Object
org.docx4j.fonts.fop.fonts.SingleByteFont.UnencodedCharacter
Enclosing class:
SingleByteFont

protected static final class SingleByteFont.UnencodedCharacter
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    UnencodedCharacter​(NamedCharacter character, int width, java.awt.Rectangle bbox)  
  • Method Summary

    Modifier and Type Method Description
    java.awt.Rectangle getBBox()  
    NamedCharacter getCharacter()  
    int getWidth()  
    java.lang.String toString()

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UnencodedCharacter

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

    • getCharacter

      public NamedCharacter getCharacter()
    • getWidth

      public int getWidth()
    • getBBox

      public java.awt.Rectangle getBBox()
    • toString

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