Package org.apache.fop.fonts.type1
Class AFMParser.FontBBox
- java.lang.Object
-
- org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
-
- org.apache.fop.fonts.type1.AFMParser.FontBBox
-
- All Implemented Interfaces:
AFMParser.ValueHandler
- Direct Known Subclasses:
AFMParser.CharBBox
- Enclosing class:
- AFMParser
private static class AFMParser.FontBBox extends AFMParser.AbstractValueHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FontBBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
parse(java.lang.String line, int startpos, java.util.Stack<java.lang.Object> stack)
protected java.awt.Rectangle
parseBBox(java.lang.String line, int startpos)
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
findValue, getBooleanValue, getDoubleValue, getIntegerValue, getNumberValue, getStringValue
-
-