Uses of Class
org.apache.batik.gvt.font.GVTLineMetrics
-
Packages that use GVTLineMetrics Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt.flow org.apache.batik.gvt.font -
-
Uses of GVTLineMetrics in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return GVTLineMetrics Modifier and Type Method Description GVTLineMetrics
GlyphLayout. getLineMetrics()
GVTLineMetrics
SVGGVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns the line metrics for the specified text.protected GVTLineMetrics
SVGGVTFont. getLineMetrics(int beginIndex, int limit)
GVTLineMetrics
SVGGVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns the line metrics for the specified text.GVTLineMetrics
SVGGVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)
Returns the line metrics for the specified text.GVTLineMetrics
SVGGVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns the line metrics for the specified text.GVTLineMetrics
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 Modifier and Type Method Description void
WordInfo. addLineMetrics(GVTFont font, GVTLineMetrics lm)
-
Uses of GVTLineMetrics in org.apache.batik.gvt.font
Methods in org.apache.batik.gvt.font that return GVTLineMetrics Modifier and Type Method Description GVTLineMetrics
AWTGVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a LineMetrics object created with the specified arguments.GVTLineMetrics
AWTGVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetrics
AWTGVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.GVTLineMetrics
AWTGVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetrics
GVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetrics
GVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetrics
GVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified String and FontRenderContext.GVTLineMetrics
GVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
Returns a GVTLineMetrics object created with the specified arguments.
-