org.apache.batik.dom.svg
public class SVGOMEllipseElement extends SVGGraphicsElement implements SVGEllipseElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedLength | cx
The 'cx' attribute value. |
| protected SVGOMAnimatedLength | cy
The 'cy' attribute value. |
| protected SVGOMAnimatedLength | rx
The 'rx' attribute value. |
| protected SVGOMAnimatedLength | ry
The 'ry' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMEllipseElement()
Creates a new SVGOMEllipseElement object. |
| SVGOMEllipseElement(String prefix, AbstractDocument owner)
Creates a new SVGOMEllipseElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedLength | getCx()
DOM: Implements SVGEllipseElement#getCx(). |
| SVGAnimatedLength | getCy()
DOM: Implements SVGEllipseElement#getCy(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedLength | getRx()
DOM: Implements SVGEllipseElement#getRx(). |
| SVGAnimatedLength | getRy()
DOM: Implements SVGEllipseElement#getRy(). |
| 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.