Uses of Class
org.apache.batik.bridge.SVGGVTFont

Packages that use SVGGVTFont
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of SVGGVTFont in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return SVGGVTFont
 SVGGVTFont SVGFontElementBridge.createFont(BridgeContext ctx, Element fontElement, Element textElement, float size, SVGFontFace fontFace)
          Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.
 

Methods in org.apache.batik.bridge with parameters of type SVGGVTFont
 Kern SVGKernElementBridge.createKern(BridgeContext ctx, Element kernElement, SVGGVTFont font)
          Creates a Kern object that repesents the specified kerning element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.