Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.FontMetrics

Uses of FontMetrics in java.awt
 

Methods in java.awt that return FontMetrics
 FontMetrics Component.getFontMetrics(Font font)
          Returns the font metrics for the specified font in this component.
 FontMetrics Component.AccessibleAWTComponent.getFontMetrics(Font f)
          Gets the font metrics for a font.
abstract  FontMetrics Toolkit.getFontMetrics(Font name)
          Deprecated.  
 FontMetrics MenuComponent.AccessibleAWTMenuComponent.getFontMetrics(Font font)
          Retrieves information on the rendering and metrics of the supplied font.
 FontMetrics Graphics.getFontMetrics()
          Returns the font metrics for the current font.
abstract  FontMetrics Graphics.getFontMetrics(Font font)
          Returns the font metrics for the specified font.