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

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

Classes in org.apache.batik.bridge that implement GVTFontFamily
 class SVGFontFamily
          A font family class for SVG fonts.
 

Methods in org.apache.batik.bridge that return GVTFontFamily
static GVTFontFamily SVGFontUtilities.getFontFamily(Element textElement, BridgeContext ctx, java.lang.String fontFamilyName, java.lang.String fontWeight, java.lang.String fontStyle)
          Given a font family name tries to find a matching SVG font object.
 

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

Classes in org.apache.batik.gvt.font that implement GVTFontFamily
 class AWTFontFamily
          A font family class for AWT fonts.
 class UnresolvedFontFamily
          A font family class for unresolved fonts.
 

Methods in org.apache.batik.gvt.font that return GVTFontFamily
static GVTFontFamily FontFamilyResolver.resolve(UnresolvedFontFamily fontFamily)
          Resolves an UnresolvedFontFamily into a GVTFontFamily.
static GVTFontFamily FontFamilyResolver.getFamilyThatCanDisplay(char c)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.