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 {@link SVGEllipseElement#getCx()}. |
SVGAnimatedLength | getCy()
DOM: Implements {@link SVGEllipseElement#getCy()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedLength | getRx()
DOM: Implements {@link SVGEllipseElement#getRx()}. |
SVGAnimatedLength | getRy()
DOM: Implements {@link 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.