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 {@link
org.w3c.dom.smil.ElementTimeControl#beginElement()}. |
| boolean | beginElementAt(float offset)
DOM: Implements {@link
org.w3c.dom.smil.ElementTimeControl#beginElementAt(float)}. |
| boolean | endElement()
DOM: Implements {@link
org.w3c.dom.smil.ElementTimeControl#endElement()}. |
| boolean | endElementAt(float offset)
DOM: Implements {@link
org.w3c.dom.smil.ElementTimeControl#endElementAt(float)}. |
| float | getCurrentTime()
DOM: Implements {@link SVGAnimationElement#getCurrentTime()}. |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements {@link
org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired()}. |
| SVGStringList | getRequiredExtensions()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getRequiredExtensions()}. |
| SVGStringList | getRequiredFeatures()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getRequiredFeatures()}. |
| float | getSimpleDuration()
DOM: Implements {@link SVGAnimationElement#getSimpleDuration()}. |
| float | getStartTime()
DOM: Implements {@link SVGAnimationElement#getStartTime()}. |
| SVGStringList | getSystemLanguage()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getSystemLanguage()}. |
| SVGElement | getTargetElement()
DOM: Implements {@link SVGAnimationElement#getTargetElement()}. |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| boolean | hasExtension(String extension)
DOM: Implements {@link
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.