org.apache.batik.bridge

Class SVGTextPathElementBridge

public class SVGTextPathElementBridge extends AnimatableGenericSVGBridge implements ErrorConstants

Bridge class for the <textPath> element.
Constructor Summary
SVGTextPathElementBridge()
Constructs a new bridge for the <textPath> element.
Method Summary
TextPathcreateTextPath(BridgeContext ctx, Element textPathElement)
Creates a TextPath object that represents the path along which the text is to be rendered.
StringgetLocalName()
Returns 'textPath'.
voidhandleElement(BridgeContext ctx, Element e)

Constructor Detail

SVGTextPathElementBridge

public SVGTextPathElementBridge()
Constructs a new bridge for the <textPath> element.

Method Detail

createTextPath

public TextPath createTextPath(BridgeContext ctx, Element textPathElement)
Creates a TextPath object that represents the path along which the text is to be rendered.

Parameters: ctx The bridge context. textPathElement The <textPath> element.

Returns: The new TextPath.

getLocalName

public String getLocalName()
Returns 'textPath'.

handleElement

public void handleElement(BridgeContext ctx, Element e)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.