org.apache.batik.dom.svg
public class SVGOMLinearGradientElement extends SVGOMGradientElement implements SVGLinearGradientElement
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 | SVGOMLinearGradientElement()
Creates a new SVGOMLinearGradientElement object. |
SVGOMLinearGradientElement(String prefix, AbstractDocument owner)
Creates a new SVGOMLinearGradientElement object. |
Method Summary | |
---|---|
String | getLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getX1()
DOM: Implements {@link SVGLinearGradientElement#getX1()}. |
SVGAnimatedLength | getX2()
DOM: Implements {@link SVGLinearGradientElement#getX2()}. |
SVGAnimatedLength | getY1()
DOM: Implements {@link SVGLinearGradientElement#getY1()}. |
SVGAnimatedLength | getY2()
DOM: Implements {@link SVGLinearGradientElement#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.