org.apache.batik.extension.svg
public class FlowSpanElement extends SVGOMTextPositioningElement implements BatikExtConstants
Constructor Summary | |
---|---|
protected | FlowSpanElement()
Creates a new Batik Flow Span element. |
FlowSpanElement(String prefix, AbstractDocument owner)
Creates a new Batik Flow Span Element. |
Method Summary | |
---|---|
String | getLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}. |
String | getNamespaceURI()
DOM: Implements {@link org.w3c.dom.Node#getNamespaceURI()}. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.