Uses of Interface
org.apache.batik.gvt.font.GVTGlyphVector

Packages that use GVTGlyphVector
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 GVTGlyphVector in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return GVTGlyphVector
 GVTGlyphVector SVGAltGlyphHandler.createGlyphVector(java.awt.font.FontRenderContext frc, float fontSize)
           
 GVTGlyphVector SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GVTGlyphVector SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GVTGlyphVector SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 GVTGlyphVector SVGGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 

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

Classes in org.apache.batik.gvt.font that implement GVTGlyphVector
 class AWTGVTGlyphVector
          This is a wrapper class for a java.awt.font.GlyphVector instance.
 class SVGGVTGlyphVector
          A GVTGlyphVector class for SVG fonts.
 

Methods in org.apache.batik.gvt.font that return GVTGlyphVector
 GVTGlyphVector AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(java.awt.font.FontRenderContext frc, java.lang.String str)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 GVTGlyphVector AltGlyphHandler.createGlyphVector(java.awt.font.FontRenderContext frc, float fontSize)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.