Package org.apache.fop.fonts.type1
Class AFMParser.NumberSetter
- java.lang.Object
-
- org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
-
- org.apache.fop.fonts.type1.AFMParser.BeanSetter
-
- org.apache.fop.fonts.type1.AFMParser.NumberSetter
-
- All Implemented Interfaces:
AFMParser.ValueHandler
- Direct Known Subclasses:
AFMParser.DoubleSetter
,AFMParser.IntegerSetter
,AFMParser.WritingDirNumberSetter
- Enclosing class:
- AFMParser
private static class AFMParser.NumberSetter extends AFMParser.BeanSetter
-
-
Field Summary
-
Fields inherited from class org.apache.fop.fonts.type1.AFMParser.BeanSetter
method
-
-
Constructor Summary
Constructors Constructor Description NumberSetter(java.lang.String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getContextObject(java.util.Stack<java.lang.Object> stack)
void
parse(java.lang.String line, int startpos, java.util.Stack<java.lang.Object> stack)
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.BeanSetter
setValue
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
findValue, getBooleanValue, getDoubleValue, getIntegerValue, getNumberValue, getStringValue
-
-