Package org.apache.fop.fonts.type1
Class AFMParser.AbstractValueHandler
java.lang.Object
org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
- All Implemented Interfaces:
AFMParser.ValueHandler
- Direct Known Subclasses:
AFMParser.BeanSetter
,AFMParser.BooleanSetter
,AFMParser.EndDirection
,AFMParser.FontBBox
,AFMParser.IsBaseFont
,AFMParser.IsCIDFont
,AFMParser.KPXHandler
,AFMParser.NotImplementedYet
,AFMParser.StartDirection
,AFMParser.StartFontMetrics
- Enclosing class:
- AFMParser
private abstract static class AFMParser.AbstractValueHandler
extends Object
implements AFMParser.ValueHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected Boolean
getBooleanValue
(String line, int startpos) protected double
getDoubleValue
(String line, int startpos) protected int
getIntegerValue
(String line, int startpos) protected Number
getNumberValue
(String line, int startpos) protected String
getStringValue
(String line, int startpos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.fop.fonts.type1.AFMParser.ValueHandler
parse
-
Constructor Details
-
AbstractValueHandler
private AbstractValueHandler()
-
-
Method Details
-
findValue
-
getStringValue
-
getNumberValue
-
getIntegerValue
-
getDoubleValue
-
getBooleanValue
-