org.apache.batik.dom.svg

Class SVGOMCircleElement

public class SVGOMCircleElement extends SVGGraphicsElement implements SVGCircleElement

This class implements {@link SVGCircleElement}.
Field Summary
protected SVGOMAnimatedLengthcx
The 'cx' attribute value.
protected SVGOMAnimatedLengthcy
The 'cy' attribute value.
protected SVGOMAnimatedLengthr
The 'r' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedLengthgetCx()
DOM: Implements {@link SVGCircleElement#getCx()}.
SVGAnimatedLengthgetCy()
DOM: Implements {@link SVGCircleElement#getCy()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedLengthgetR()
DOM: Implements {@link SVGCircleElement#getR()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

cx

protected SVGOMAnimatedLength cx
The 'cx' attribute value.

cy

protected SVGOMAnimatedLength cy
The 'cy' attribute value.

r

protected SVGOMAnimatedLength r
The 'r' attribute value.

xmlTraitInformation

protected static DoublyIndexedTable xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.

Constructor Detail

SVGOMCircleElement

protected SVGOMCircleElement()
Creates a new SVGOMCircleElement object.

SVGOMCircleElement

public SVGOMCircleElement(String prefix, AbstractDocument owner)
Creates a new SVGOMCircleElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getCx

public SVGAnimatedLength getCx()
DOM: Implements {@link SVGCircleElement#getCx()}.

getCy

public SVGAnimatedLength getCy()
DOM: Implements {@link SVGCircleElement#getCy()}.

getLocalName

public String getLocalName()
DOM: Implements {@link Node#getLocalName()}.

getR

public SVGAnimatedLength getR()
DOM: Implements {@link SVGCircleElement#getR()}.

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.