org.apache.batik.bridge
public class SVGTextPathElementBridge extends AnimatableGenericSVGBridge implements ErrorConstants
| Constructor Summary | |
|---|---|
| SVGTextPathElementBridge()
Constructs a new bridge for the <textPath> element. | |
| Method Summary | |
|---|---|
| TextPath | createTextPath(BridgeContext ctx, Element textPathElement)
Creates a TextPath object that represents the path along which the text
is to be rendered.
|
| String | getLocalName()
Returns 'textPath'. |
| void | handleElement(BridgeContext ctx, Element e) |
Parameters: ctx The bridge context. textPathElement The <textPath> element.
Returns: The new TextPath.