org.apache.batik.dom.svg
public class SVGOMStopElement extends SVGStylableElement implements SVGStopElement
Field Summary | |
---|---|
protected SVGOMAnimatedNumber | offset
The 'offset' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMStopElement()
Creates a new SVGOMStopElement object. |
SVGOMStopElement(String prefix, AbstractDocument owner)
Creates a new SVGOMStopElement object. |
Method Summary | |
---|---|
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedNumber | getOffset()
DOM: Implements {@link
org.w3c.dom.svg.SVGStopElement#getOffset()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.