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 FontMetricsGraphics. getFontMetrics()Gets the font metrics of the current font.abstract FontMetricsToolkit. getFontMetrics(Font font)Deprecated. As of JDK version 1.2, replaced by theFontmethodgetLineMetrics.FontMetricsMenuComponent.AccessibleAWTMenuComponent. getFontMetrics(Font f)Gets theFontMetricsof this object.FontMetricsList.AccessibleAWTList.AccessibleAWTListChild. getFontMetrics(Font f)Get the FontMetrics of this object.abstract FontMetricsGraphics. getFontMetrics(Font f)Gets the font metrics for the specified font.FontMetricsComponent. getFontMetrics(Font font)Gets the font metrics for the specified font.FontMetricsComponent.AccessibleAWTComponent. getFontMetrics(Font f)Gets theFontMetricsof this object.
-
