Package org.apache.fop.fonts
Class SingleByteFont.UnencodedCharacter
- java.lang.Object
-
- org.apache.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.RectanglegetBBox()NamedCharactergetCharacter()intgetWidth()java.lang.StringtoString()
-
-
-
Constructor Detail
-
UnencodedCharacter
public UnencodedCharacter(NamedCharacter character, int width, java.awt.Rectangle bbox)
-
-
Method Detail
-
getCharacter
public NamedCharacter getCharacter()
-
getWidth
public int getWidth()
-
getBBox
public java.awt.Rectangle getBBox()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-