org.apache.batik.dom.svg
public class SVGOMRectElement extends SVGGraphicsElement implements SVGRectElement
Field Summary | |
---|---|
protected SVGOMAnimatedLength | height
The 'height' attribute value. |
protected AbstractSVGAnimatedLength | rx
The 'rx' attribute value. |
protected AbstractSVGAnimatedLength | ry
The 'ry' attribute value. |
protected SVGOMAnimatedLength | width
The 'width' attribute value. |
protected SVGOMAnimatedLength | x
The 'x' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedLength | y
The 'y' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMRectElement()
Creates a new SVGOMRectElement object. |
SVGOMRectElement(String prefix, AbstractDocument owner)
Creates a new SVGOMRectElement object. |
Method Summary | |
---|---|
SVGAnimatedLength | getHeight()
DOM: Implements SVGRectElement#getHeight(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGAnimatedLength | getRx()
DOM: Implements SVGRectElement#getRx(). |
SVGAnimatedLength | getRy()
DOM: Implements SVGRectElement#getRy(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLength | getWidth()
DOM: Implements SVGRectElement#getWidth(). |
SVGAnimatedLength | getX()
DOM: Implements SVGRectElement#getX(). |
SVGAnimatedLength | getY()
DOM: Implements SVGRectElement#getY(). |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | updateAttributeValue(String ns, String ln, AnimatableValue val)
Updates an attribute value in this target. |
Parameters: prefix The namespace prefix. owner The owner document.