Package org.apache.fop.fonts.type1
Class AFMParser.WritingDirBooleanSetter
- java.lang.Object
-
- org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
-
- org.apache.fop.fonts.type1.AFMParser.BooleanSetter
-
- org.apache.fop.fonts.type1.AFMParser.WritingDirBooleanSetter
-
- All Implemented Interfaces:
AFMParser.ValueHandler
- Enclosing class:
- AFMParser
private static class AFMParser.WritingDirBooleanSetter extends AFMParser.BooleanSetter
-
-
Constructor Summary
Constructors Constructor Description WritingDirBooleanSetter(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)
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.BooleanSetter
parse
-
Methods inherited from class org.apache.fop.fonts.type1.AFMParser.AbstractValueHandler
findValue, getBooleanValue, getDoubleValue, getIntegerValue, getNumberValue, getStringValue
-
-
-
-
Method Detail
-
getContextObject
protected java.lang.Object getContextObject(java.util.Stack<java.lang.Object> stack)
- Overrides:
getContextObject
in classAFMParser.BooleanSetter
-
-