org.apache.batik.dom.svg

Class SVGOMAnimateMotionElement

public class SVGOMAnimateMotionElement extends SVGOMAnimationElement implements SVGAnimateMotionElement

This class implements SVGAnimateMotionElement.
Field Summary
protected static AttributeInitializerattributeInitializer
The attribute initializer.
Constructor Summary
protected SVGOMAnimateMotionElement()
Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateMotionElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAnimateMotionElement object.
Method Summary
protected AttributeInitializergetAttributeInitializer()
Returns the AttributeInitializer for this element type.
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

attributeInitializer

protected static final AttributeInitializer attributeInitializer
The attribute initializer.

Constructor Detail

SVGOMAnimateMotionElement

protected SVGOMAnimateMotionElement()
Creates a new SVGOMAnimateMotionElement object.

SVGOMAnimateMotionElement

public SVGOMAnimateMotionElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAnimateMotionElement object.

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

Method Detail

getAttributeInitializer

protected AttributeInitializer getAttributeInitializer()
Returns the AttributeInitializer for this element type.

Returns: null if this element has no attribute with a default value.

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

newNode

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