Class ChartizateEncodingManagerImpl

  • All Implemented Interfaces:
    org.jesperancinha.chartizate.ChartizateEncodingManager<android.graphics.Typeface>

    public class ChartizateEncodingManagerImpl
    extends org.jesperancinha.chartizate.ChartizateEncodingManagerAbstract<android.graphics.Typeface>
    implements org.jesperancinha.chartizate.ChartizateEncodingManager<android.graphics.Typeface>
    • Field Summary

      • Fields inherited from class org.jesperancinha.chartizate.ChartizateEncodingManagerAbstract

        characters, fontManager, maximumHeight
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCharacterFullness​(java.lang.Character character)  
      java.lang.Character[] getCharacters()  
      • Methods inherited from class org.jesperancinha.chartizate.ChartizateEncodingManagerAbstract

        computeFullness, getComparator, init
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jesperancinha.chartizate.ChartizateEncodingManager

        computeFullness, getComparator, init
    • 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)
        Specified by:
        getCharacterFullness in interface org.jesperancinha.chartizate.ChartizateEncodingManager<android.graphics.Typeface>
        Specified by:
        getCharacterFullness in class org.jesperancinha.chartizate.ChartizateEncodingManagerAbstract<android.graphics.Typeface>
      • getCharacters

        public java.lang.Character[] getCharacters()
        Specified by:
        getCharacters in interface org.jesperancinha.chartizate.ChartizateEncodingManager<android.graphics.Typeface>
        Specified by:
        getCharacters in class org.jesperancinha.chartizate.ChartizateEncodingManagerAbstract<android.graphics.Typeface>