Uses of Class
java.awt.FontMetrics
-
Packages that use FontMetrics Package Description java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. -
-
Uses of FontMetrics in java.awt
Methods in java.awt that return FontMetrics Modifier and Type Method and Description FontMetrics
Graphics. getFontMetrics()
Gets the font metrics of the current font.abstract FontMetrics
Toolkit. getFontMetrics(Font font)
Deprecated. As of JDK version 1.2, replaced by theFont
methodgetLineMetrics
.FontMetrics
MenuComponent.AccessibleAWTMenuComponent. getFontMetrics(Font f)
Gets theFontMetrics
of this object.FontMetrics
List.AccessibleAWTList.AccessibleAWTListChild. getFontMetrics(Font f)
Get the FontMetrics of this object.abstract FontMetrics
Graphics. getFontMetrics(Font f)
Gets the font metrics for the specified font.FontMetrics
Component. getFontMetrics(Font font)
Gets the font metrics for the specified font.FontMetrics
Component.AccessibleAWTComponent. getFontMetrics(Font f)
Gets theFontMetrics
of this object.
-