Uses of Class
org.apache.batik.gvt.font.GVTLineMetrics
Packages that use GVTLineMetrics
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of GVTLineMetrics in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return GVTLineMetricsModifier and TypeMethodDescriptionGlyphLayout.getLineMetrics()
SVGGVTFont.getLineMetrics
(char[] chars, int beginIndex, int limit, FontRenderContext frc) Returns the line metrics for the specified text.protected GVTLineMetrics
SVGGVTFont.getLineMetrics
(int beginIndex, int limit) SVGGVTFont.getLineMetrics
(String str, int beginIndex, int limit, FontRenderContext frc) Returns the line metrics for the specified text.SVGGVTFont.getLineMetrics
(String str, FontRenderContext frc) Returns the line metrics for the specified text.SVGGVTFont.getLineMetrics
(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) Returns the line metrics for the specified text.TextSpanLayout.getLineMetrics()
Returns the Line metrics for this text span. -
Uses of GVTLineMetrics in org.apache.batik.gvt.flow
Methods in org.apache.batik.gvt.flow with parameters of type GVTLineMetrics -
Uses of GVTLineMetrics in org.apache.batik.gvt.font
Methods in org.apache.batik.gvt.font that return GVTLineMetricsModifier and TypeMethodDescriptionAWTGVTFont.getLineMetrics
(char[] chars, int beginIndex, int limit, FontRenderContext frc) Returns a LineMetrics object created with the specified arguments.AWTGVTFont.getLineMetrics
(String str, int beginIndex, int limit, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified arguments.AWTGVTFont.getLineMetrics
(String str, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified String and FontRenderContext.AWTGVTFont.getLineMetrics
(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified arguments.GVTFont.getLineMetrics
(char[] chars, int beginIndex, int limit, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified arguments.GVTFont.getLineMetrics
(String str, int beginIndex, int limit, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified arguments.GVTFont.getLineMetrics
(String str, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified String and FontRenderContext.GVTFont.getLineMetrics
(CharacterIterator ci, int beginIndex, int limit, FontRenderContext frc) Returns a GVTLineMetrics object created with the specified arguments.