Class ChartizateFontManagerImpl


  • public class ChartizateFontManagerImpl
    extends org.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartizateFontManagerImpl​(java.lang.String fontString, int fontSize)  
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<java.lang.String> getAllFontTypes()  
      int getCharacterHeight​(char c)  
      int getCharacterWidth​(char c)  
      android.graphics.Typeface getFont()  
      int getFontSize()  
      • Methods inherited from class org.jesperancinha.chartizate.ChartizateFontManager

        getAllDistributionTypes
      • Methods inherited from class java.lang.Object

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

      • ChartizateFontManagerImpl

        public ChartizateFontManagerImpl​(java.lang.String fontString,
                                         int fontSize)
    • Method Detail

      • getAllFontTypes

        public static java.util.List<java.lang.String> getAllFontTypes()
      • getCharacterWidth

        public int getCharacterWidth​(char c)
      • getCharacterHeight

        public int getCharacterHeight​(char c)
      • getFont

        public android.graphics.Typeface getFont()
      • getFontSize

        public int getFontSize()