org.apache.batik.dom.svg

Class SVGOMRadialGradientElement

public class SVGOMRadialGradientElement extends SVGOMGradientElement implements SVGRadialGradientElement

This class implements SVGRadialGradientElement.
Field Summary
protected SVGOMAnimatedLengthcx
The 'cx' attribute value.
protected SVGOMAnimatedLengthcy
The 'cy' attribute value.
protected AbstractSVGAnimatedLengthfx
The 'fx' attribute value.
protected AbstractSVGAnimatedLengthfy
The 'fy' attribute value.
protected SVGOMAnimatedLengthr
The 'r' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMRadialGradientElement()
Creates a new SVGOMRadialGradientElement object.
SVGOMRadialGradientElement(String prefix, AbstractDocument owner)
Creates a new SVGOMRadialGradientElement object.
Method Summary
SVGAnimatedLengthgetCx()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getCx().
SVGAnimatedLengthgetCy()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getCy().
SVGAnimatedLengthgetFx()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getFx().
SVGAnimatedLengthgetFy()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getFy().
StringgetLocalName()
DOM: Implements Node#getLocalName().
SVGAnimatedLengthgetR()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#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.

fx

protected AbstractSVGAnimatedLength fx
The 'fx' attribute value.

fy

protected AbstractSVGAnimatedLength fy
The 'fy' 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

SVGOMRadialGradientElement

protected SVGOMRadialGradientElement()
Creates a new SVGOMRadialGradientElement object.

SVGOMRadialGradientElement

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

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

Method Detail

getCx

public SVGAnimatedLength getCx()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getCx().

getCy

public SVGAnimatedLength getCy()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getCy().

getFx

public SVGAnimatedLength getFx()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getFx().

getFy

public SVGAnimatedLength getFy()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#getFy().

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getR

public SVGAnimatedLength getR()
DOM: Implements org.w3c.dom.svg.SVGRadialGradientElement#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) 2008 Apache Software Foundation. All Rights Reserved.