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