Package org.apache.fop.fonts.type1
Class AFMParser.BeanSetter
- java.lang.Object
-
- org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
-
- org.apache.fop.fonts.type1.AFMParser.BeanSetter
-
- All Implemented Interfaces:
AFMParser.ValueHandler
- Direct Known Subclasses:
AFMParser.NamedCharacterSetter
,AFMParser.NumberSetter
,AFMParser.StringSetter
- Enclosing class:
- AFMParser
private abstract static class AFMParser.BeanSetter extends AFMParser.AbstractValueHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
method
-
Constructor Summary
Constructors Constructor Description BeanSetter(java.lang.String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setValue(java.lang.Object target, java.lang.Class<?> argType, java.lang.Object value)
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
findValue, getBooleanValue, getDoubleValue, getIntegerValue, getNumberValue, getStringValue
-
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
-
-