Package org.jesperancinha.chartizate
Class ChartizateFontManagerImpl
- java.lang.Object
-
- org.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface>
-
- org.jesperancinha.chartizate.ChartizateFontManagerImpl
-
- All Implemented Interfaces:
org.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>
public class ChartizateFontManagerImpl extends org.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface> implements org.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>
-
-
Constructor Summary
Constructors Constructor Description ChartizateFontManagerImpl(java.lang.String fontString, int fontSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>getAllFontTypes()intgetCharacterHeight(char c)intgetCharacterWidth(char c)android.graphics.TypefacegetFont()intgetFontSize()
-
-
-
Method Detail
-
getAllFontTypes
public static java.util.List<java.lang.String> getAllFontTypes()
-
getCharacterWidth
public int getCharacterWidth(char c)
- Specified by:
getCharacterWidthin interfaceorg.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>- Specified by:
getCharacterWidthin classorg.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface>
-
getCharacterHeight
public int getCharacterHeight(char c)
- Specified by:
getCharacterHeightin interfaceorg.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>- Specified by:
getCharacterHeightin classorg.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface>
-
getFont
public android.graphics.Typeface getFont()
- Specified by:
getFontin interfaceorg.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>- Specified by:
getFontin classorg.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface>
-
getFontSize
public int getFontSize()
- Specified by:
getFontSizein interfaceorg.jesperancinha.chartizate.ChartizateFontManager<android.graphics.Typeface>- Specified by:
getFontSizein classorg.jesperancinha.chartizate.ChartizateFontManagerAbstract<android.graphics.Typeface>
-
-