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

Packages that use GVTFontFace
org.apache.batik.gvt.font   
 

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

Fields in org.apache.batik.gvt.font declared as GVTFontFace
protected  GVTFontFace AWTFontFamily.fontFace
           
protected  GVTFontFace UnresolvedFontFamily.fontFace
           
 

Methods in org.apache.batik.gvt.font that return GVTFontFace
 GVTFontFace GVTFontFamily.getFontFace()
          Returns the FontFace for this fontFamily instance.
 GVTFontFace AWTFontFamily.getFontFace()
          Returns the font-face information for this font family.
 GVTFontFace UnresolvedFontFamily.getFontFace()
          Returns the font-face information for this font family.
 

Constructors in org.apache.batik.gvt.font with parameters of type GVTFontFace
AWTFontFamily(GVTFontFace fontFace)
          Constructs an AWTFontFamily with the specified familyName.
AWTFontFamily(GVTFontFace fontFace, Font font)
          Constructs an AWTFontFamily with the specified familyName.
UnresolvedFontFamily(GVTFontFace fontFace)
          Constructs an UnresolvedFontFamily with the specified familyName.
 



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