Class FontMappers


  • public final class FontMappers
    extends java.lang.Object
    FontMapper factory class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static FontMapper instance  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FontMappers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FontMapper instance()
      Returns the singleton FontMapper instance.
      static void set​(FontMapper fontMapper)
      Sets the singleton FontMapper instance.
      • Methods inherited from class java.lang.Object

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

      • FontMappers

        private FontMappers()
    • Method Detail

      • instance

        public static FontMapper instance()
        Returns the singleton FontMapper instance.
      • set

        public static void set​(FontMapper fontMapper)
        Sets the singleton FontMapper instance.