Class ChartizateEncodingManagerImpl


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.Character[] characters  
      protected org.jesperancinha.chartizate.ChartizateFontManager<F> fontManager  
      protected int maximumHeight  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartizateEncodingManagerImpl​(java.lang.Character.UnicodeBlock block, org.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface> fontManager)  
    • Method Summary

      Modifier and Type Method Description
      protected int computeFullness​(double arg0, double arg1)  
      int getCharacterFullness​(java.lang.Character character)  
      java.lang.Character[] getCharacters()  
      • Methods inherited from class java.lang.Object

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

      • fontManager

        protected final org.jesperancinha.chartizate.ChartizateFontManager<F extends java.lang.Object> fontManager
      • characters

        protected java.lang.Character[] characters
      • maximumHeight

        protected int maximumHeight
    • Constructor Detail

      • ChartizateEncodingManagerImpl

        public ChartizateEncodingManagerImpl​(java.lang.Character.UnicodeBlock block,
                                             org.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface> fontManager)
    • Method Detail

      • getCharacterFullness

        public int getCharacterFullness​(java.lang.Character character)
      • getCharacters

        public java.lang.Character[] getCharacters()
      • computeFullness

        protected int computeFullness​(double arg0,
                                      double arg1)