android.graphics
Class Paint.FontMetrics

java.lang.Object
  extended by android.graphics.Paint.FontMetrics
Enclosing class:
Paint

public static class Paint.FontMetrics
extends Object


Field Summary
 float ascent
           
 float bottom
           
 float descent
           
 float leading
           
 float top
           
 
Constructor Summary
Paint.FontMetrics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public float top

ascent

public float ascent

descent

public float descent

bottom

public float bottom

leading

public float leading
Constructor Detail

Paint.FontMetrics

public Paint.FontMetrics()


Copyright © 2008-2012. All Rights Reserved.