org.apache.batik.dom.svg
public abstract class SVGOMAnimationElement extends SVGOMElement implements SVGAnimationElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMAnimationElement()
Creates a new SVGOMAnimationElement. |
| protected | SVGOMAnimationElement(String prefix, AbstractDocument owner)
Creates a new SVGOMAnimationElement object. |
| Method Summary | |
|---|---|
| boolean | beginElement()
DOM: Implements org.w3c.dom.smil.ElementTimeControl#beginElement(). |
| boolean | beginElementAt(float offset)
DOM: Implements org.w3c.dom.smil.ElementTimeControl#beginElementAt(float). |
| boolean | endElement()
DOM: Implements org.w3c.dom.smil.ElementTimeControl#endElement(). |
| boolean | endElementAt(float offset)
DOM: Implements org.w3c.dom.smil.ElementTimeControl#endElementAt(float). |
| float | getCurrentTime()
DOM: Implements SVGAnimationElement#getCurrentTime(). |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
| float | getHyperlinkBeginTime()
Returns the time that the document would seek to if this animation
element were hyperlinked to, or NaN if there is no
such begin time. |
| SVGStringList | getRequiredExtensions()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredExtensions(). |
| SVGStringList | getRequiredFeatures()
DOM: Implements org.w3c.dom.svg.SVGTests#getRequiredFeatures(). |
| float | getSimpleDuration()
DOM: Implements SVGAnimationElement#getSimpleDuration(). |
| float | getStartTime()
DOM: Implements SVGAnimationElement#getStartTime(). |
| SVGStringList | getSystemLanguage()
DOM: Implements org.w3c.dom.svg.SVGTests#getSystemLanguage(). |
| SVGElement | getTargetElement()
DOM: Implements SVGAnimationElement#getTargetElement(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| boolean | hasExtension(String extension)
DOM: Implements org.w3c.dom.svg.SVGTests#hasExtension(String). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.
NaN if there is no
such begin time.