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 Object implements org.apache.fop.util.text.AdvancedMessageFormat.Part
Function formatting a character to a glyph name.
  • Constructor Details

    • GlyphNameFieldPart

      public GlyphNameFieldPart(String fieldName)
      Creates a new glyph name field part
      Parameters:
      fieldName - the field name
  • Method Details

    • isGenerated

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

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

      public String toString()
      Overrides:
      toString in class Object