Class GlyphList


  • public class GlyphList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.HashMap<java.lang.String,​int[]> names2unicode  
      private static java.util.HashMap<java.lang.Integer,​java.lang.String> unicode2names  
    • Constructor Summary

      Constructors 
      Constructor Description
      GlyphList()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] nameToUnicode​(java.lang.String name)  
      static java.lang.String unicodeToName​(int num)  
      • Methods inherited from class java.lang.Object

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

      • unicode2names

        private static java.util.HashMap<java.lang.Integer,​java.lang.String> unicode2names
      • names2unicode

        private static java.util.HashMap<java.lang.String,​int[]> names2unicode
    • Constructor Detail

      • GlyphList

        public GlyphList()
    • Method Detail

      • nameToUnicode

        public static int[] nameToUnicode​(java.lang.String name)
      • unicodeToName

        public static java.lang.String unicodeToName​(int num)