Class GlyphNameFieldPart

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fieldName  
    • 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
      private java.lang.String getGlyphName​(java.lang.Object obj)  
      boolean isGenerated​(java.util.Map params)
      Indicates whether there is any content that is generated by this message part.
      java.lang.String toString()
      void write​(java.lang.StringBuffer sb, java.util.Map params)
      Writes the formatted part to a string buffer.
      • Methods inherited from class java.lang.Object

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

      • fieldName

        private java.lang.String fieldName
    • 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)
        Indicates whether there is any content that is generated by this message part.
        Specified by:
        isGenerated in interface AdvancedMessageFormat.Part
        Parameters:
        params - the parameters to work with
        Returns:
        true if the part has content
      • getGlyphName

        private java.lang.String getGlyphName​(java.lang.Object obj)
      • write

        public void write​(java.lang.StringBuffer sb,
                          java.util.Map params)
        Writes the formatted part to a string buffer.
        Specified by:
        write in interface AdvancedMessageFormat.Part
        Parameters:
        sb - the target string buffer
        params - the parameters to work with
      • toString

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