com.androidplot.util
Class FontUtils

java.lang.Object
  extended by com.androidplot.util.FontUtils

public class FontUtils
extends Object


Constructor Summary
FontUtils()
           
 
Method Summary
static float getFontHeight(android.graphics.Paint paint)
           
static float getHalfStringHeight(String text, android.graphics.Paint paint)
          Deprecated. 
static android.graphics.Rect getStringDimensions(String text, android.graphics.Paint paint)
           
static float getStringHeight(String text, android.graphics.Paint paint)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontUtils

public FontUtils()
Method Detail

getFontHeight

public static float getFontHeight(android.graphics.Paint paint)

getStringHeight

@Deprecated
public static float getStringHeight(String text,
                                               android.graphics.Paint paint)
Deprecated. 


getHalfStringHeight

@Deprecated
public static float getHalfStringHeight(String text,
                                                   android.graphics.Paint paint)
Deprecated. 


getStringDimensions

public static android.graphics.Rect getStringDimensions(String text,
                                                        android.graphics.Paint paint)


Copyright © 2011. All Rights Reserved.