Uses of Class java.awt.font.LineMetrics

Uses in package java.awt

Methods with return type java.awt.font.LineMetrics

LineMetrics
FontMetrics.getLineMetrics(char[] chars, int begin, int limit, Graphics g)
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Font.getLineMetrics(char[] chars, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
LineMetrics
FontMetrics.getLineMetrics(String text, int begin, int limit, Graphics g)
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Font.getLineMetrics(String text, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
LineMetrics
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Determines the line metrics for a run of text.
LineMetrics
FontMetrics.getLineMetrics(CharacterIterator ci, int begin, int limit, Graphics g)
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Font.getLineMetrics(CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.