Class 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.Part
    Function formatting a character to a glyph name.
    • 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
      boolean isGenerated​(java.util.Map params)
      java.lang.String toString()
      void write​(java.lang.StringBuffer sb, java.util.Map params)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GlyphNameFieldPart

        public GlyphNameFieldPart​(java.lang.String fieldName)
        Creates a new glyph name field part
        Parameters:
        fieldName - the field name
    • Method Detail

      • isGenerated

        public boolean isGenerated​(java.util.Map params)
        Specified by:
        isGenerated in interface org.apache.fop.util.text.AdvancedMessageFormat.Part
      • write

        public void write​(java.lang.StringBuffer sb,
                          java.util.Map params)
        Specified by:
        write in interface org.apache.fop.util.text.AdvancedMessageFormat.Part
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object