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 intprotected BooleangetBooleanValue(String line, int startpos) protected doublegetDoubleValue(String line, int startpos) protected intgetIntegerValue(String line, int startpos) protected NumbergetNumberValue(String line, int startpos) protected StringgetStringValue(String line, int startpos) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AFMParser.ValueHandler
parse
-
Constructor Details
-
AbstractValueHandler
private AbstractValueHandler()
-
-
Method Details
-
findValue
-
getStringValue
-
getNumberValue
-
getIntegerValue
-
getDoubleValue
-
getBooleanValue
-