Uses of Class
org.apache.batik.gvt.text.TextPath

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

Uses of TextPath in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return TextPath
 TextPath SVGTextPathElementBridge.createTextPath(BridgeContext ctx, Element textPathElement)
          Creates a TextPath object that represents the path along which the text is to be rendered.
 

Methods in org.apache.batik.bridge with parameters of type TextPath
protected  void SVGTextElementBridge.fillAttributedStringBuffer(BridgeContext ctx, Element element, boolean top, TextPath textPath, SVGTextElementBridge.AttributedStringBuffer asb)
          Fills the given AttributedStringBuffer.
protected  java.util.Map SVGTextElementBridge.getAttributeMap(BridgeContext ctx, Element element, TextPath textPath)
          Returns the map to pass to the current characters.
 

Uses of TextPath in org.apache.batik.extension.svg
 

Methods in org.apache.batik.extension.svg with parameters of type TextPath
protected  java.util.Map SVGFlowTextElementBridge.getAttributeMap(BridgeContext ctx, Element element, TextPath textPath)
          Returns the map to pass to the current characters.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.