Package org.docx4j.fonts.fop.fonts
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.RectanglegetBBox()NamedCharactergetCharacter()intgetWidth()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UnencodedCharacter
-
-
Method Details
-
getCharacter
-
getWidth
public int getWidth() -
getBBox
public java.awt.Rectangle getBBox() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-