|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 java.util.List |
SVGTextElementBridge.buildAttributedStrings(BridgeContext ctx,
Element element,
GraphicsNode node,
boolean top,
TextPath textPath,
java.util.LinkedList result)
Creates the attributed strings which represent the given text element children. |
protected java.util.Map |
SVGTextElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
GraphicsNode node,
TextPath textPath)
Returns the map to pass to the current characters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |