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

Packages that use GVTGlyphVector
org.apache.batik.gvt.flow   
org.apache.batik.gvt.font   
 

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

Methods in org.apache.batik.gvt.flow that return GVTGlyphVector
 GVTGlyphVector GlyphGroupInfo.getGlyphVector()
          Get the GlyphVector for this GlyphGroup.
 

Constructors in org.apache.batik.gvt.flow with parameters of type GVTGlyphVector
GlyphGroupInfo(GVTGlyphVector gv, int start, int end, boolean[] glyphHide, boolean glyphGroupHideLast, float[] glyphPos, float[] advAdj, float[] lastAdvAdj, boolean[] space)
           
 

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 MultiGlyphVector
           
 class SVGGVTGlyphVector
          A GVTGlyphVector class for SVG fonts.
 

Methods in org.apache.batik.gvt.font that return GVTGlyphVector
 GVTGlyphVector GVTFont.createGlyphVector(FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(FontRenderContext frc, char[] chars)
          Returns a new GlyphVector object created with the specified array of characters and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
          Returns a new GlyphVector object created with the specified CharacterIterator and the specified FontRenderContext.
 GVTGlyphVector AltGlyphHandler.createGlyphVector(FontRenderContext frc, float fontSize, AttributedCharacterIterator aci)
          Creates a glyph vector containing the alternate glyphs.
 GVTGlyphVector GVTFont.createGlyphVector(FontRenderContext frc, int[] glyphCodes, CharacterIterator ci)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(FontRenderContext frc, int[] glyphCodes, CharacterIterator ci)
          Returns a new GlyphVector object created with the specified integer array and the specified FontRenderContext.
 GVTGlyphVector GVTFont.createGlyphVector(FontRenderContext frc, String str)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 GVTGlyphVector AWTGVTFont.createGlyphVector(FontRenderContext frc, String str)
          Returns a new GlyphVector object created with the specified String and the specified FontRenderContext.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.