Uses of Class
org.apache.batik.gvt.font.GVTLineMetrics

Packages that use GVTLineMetrics
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.font   
 

Uses of GVTLineMetrics in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return GVTLineMetrics
 GVTLineMetrics SVGGVTFont.getLineMetrics(char[] chars, int beginIndex, int limit, 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 SVGGVTFont.getLineMetrics(java.lang.String str, java.awt.font.FontRenderContext frc)
          Returns the line metrics for the specified text.
 GVTLineMetrics SVGGVTFont.getLineMetrics(java.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
          Returns the line metrics for the specified text.
 

Uses of GVTLineMetrics in org.apache.batik.gvt.font
 

Methods in org.apache.batik.gvt.font that return GVTLineMetrics
 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.text.CharacterIterator ci, 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.lang.String str, 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.text.CharacterIterator ci, 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.lang.String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
          Returns a GVTLineMetrics object created with the specified arguments.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.