org.apache.batik.dom.svg
public class SVGOMLineElement extends SVGGraphicsElement implements SVGLineElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedLength | x1
The 'x1' attribute value. |
| protected SVGOMAnimatedLength | x2
The 'x2' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| protected SVGOMAnimatedLength | y1
The 'y1' attribute value. |
| protected SVGOMAnimatedLength | y2
The 'y2' attribute value. |
| Constructor Summary | |
|---|---|
| protected | SVGOMLineElement()
Creates a new SVGOMLineElement object. |
| SVGOMLineElement(String prefix, AbstractDocument owner)
Creates a new SVGOMLineElement object. | |
| Method Summary | |
|---|---|
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedLength | getX1()
DOM: Implements SVGLineElement#getX1(). |
| SVGAnimatedLength | getX2()
DOM: Implements SVGLineElement#getX2(). |
| SVGAnimatedLength | getY1()
DOM: Implements SVGLineElement#getY1(). |
| SVGAnimatedLength | getY2()
DOM: Implements SVGLineElement#getY2(). |
| 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.