Uses of Class
java.awt.FontMetrics

Packages that use FontMetrics
java.awt   
 

Uses of FontMetrics in java.awt
 

Methods in java.awt that return FontMetrics
 FontMetrics Component.getFontMetrics(Font font)
          Gets the font metrics for the specified font.
 FontMetrics Graphics.getFontMetrics()
          Gets the font metrics of the current font.
abstract  FontMetrics Graphics.getFontMetrics(Font f)
          Gets the font metrics for the specified font.
abstract  FontMetrics Toolkit.getFontMetrics(Font font)
          Deprecated. This returns integer metrics for the default screen.
 FontMetrics LightweightPeer.getFontMetrics(Font font)