Package org.apache.fop.util.text
Class GlyphNameFieldPart
- java.lang.Object
-
- org.apache.fop.util.text.GlyphNameFieldPart
-
- All Implemented Interfaces:
org.apache.fop.util.text.AdvancedMessageFormat.Part
public class GlyphNameFieldPart extends java.lang.Object implements org.apache.fop.util.text.AdvancedMessageFormat.PartFunction formatting a character to a glyph name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlyphNameFieldPart.FactoryFactory forGlyphNameFieldPart.
-
Constructor Summary
Constructors Constructor Description GlyphNameFieldPart(java.lang.String fieldName)Creates a new glyph name field part
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisGenerated(java.util.Map params)java.lang.StringtoString()voidwrite(java.lang.StringBuffer sb, java.util.Map params)
-
-
-
Method Detail
-
isGenerated
public boolean isGenerated(java.util.Map params)
- Specified by:
isGeneratedin interfaceorg.apache.fop.util.text.AdvancedMessageFormat.Part
-
write
public void write(java.lang.StringBuffer sb, java.util.Map params)- Specified by:
writein interfaceorg.apache.fop.util.text.AdvancedMessageFormat.Part
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-