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
Fields in org.apache.batik.bridge declared as GVTLineMetrics Modifier and Type Field Description private GVTLineMetricsSVGGVTFont. lineMetricsprivate GVTLineMetricsGlyphLayout. metricsMethods in org.apache.batik.bridge that return GVTLineMetrics Modifier and Type Method Description GVTLineMetricsGlyphLayout. getLineMetrics()GVTLineMetricsSVGGVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns the line metrics for the specified text.protected GVTLineMetricsSVGGVTFont. getLineMetrics(int beginIndex, int limit)GVTLineMetricsSVGGVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns the line metrics for the specified text.GVTLineMetricsSVGGVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)Returns the line metrics for the specified text.GVTLineMetricsSVGGVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns the line metrics for the specified text.GVTLineMetricsTextSpanLayout. 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 voidWordInfo. 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 GVTLineMetricsAWTGVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a LineMetrics object created with the specified arguments.GVTLineMetricsAWTGVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetricsAWTGVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified String and FontRenderContext.GVTLineMetricsAWTGVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetricsGVTFont. getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetricsGVTFont. getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified arguments.GVTLineMetricsGVTFont. getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified String and FontRenderContext.GVTLineMetricsGVTFont. getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)Returns a GVTLineMetrics object created with the specified arguments.
-