Uses of Class
java.awt.font.LineMetrics
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of LineMetrics in java.awt
Modifier and TypeMethodDescriptionFont.getLineMetrics
(char[] chars, int beginIndex, int limit, FontRenderContext frc) Returns aLineMetrics
object created with the specified arguments.Font.getLineMetrics
(String str, int beginIndex, int limit, FontRenderContext frc) Returns aLineMetrics
object created with the specified arguments.Font.getLineMetrics
(String str, FontRenderContext frc) Font.getLineMetrics
(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) Returns aLineMetrics
object created with the specified arguments.FontMetrics.getLineMetrics
(char[] chars, int beginIndex, int limit, Graphics context) Returns theLineMetrics
object for the specified character array in the specifiedGraphics
context.FontMetrics.getLineMetrics
(String str, int beginIndex, int limit, Graphics context) FontMetrics.getLineMetrics
(String str, Graphics context) FontMetrics.getLineMetrics
(CharacterIterator ci, int beginIndex, int limit, Graphics context) Returns theLineMetrics
object for the specifiedCharacterIterator
in the specifiedGraphics
context.