org.apache.batik.extension.svg

Class FlowSpanElement

public class FlowSpanElement extends SVGOMTextPositioningElement implements BatikExtConstants

This class implements a regular polygon extension to SVG
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
StringgetLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().
StringgetNamespaceURI()
DOM: Implements org.w3c.dom.Node#getNamespaceURI().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

FlowSpanElement

protected FlowSpanElement()
Creates a new Batik Flow Span element.

FlowSpanElement

public FlowSpanElement(String prefix, AbstractDocument owner)
Creates a new Batik Flow Span Element.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getLocalName

public String getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().

getNamespaceURI

public String getNamespaceURI()
DOM: Implements org.w3c.dom.Node#getNamespaceURI().

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.