org.apache.batik.dom.svg
public class SVGOMRadialGradientElement extends SVGOMGradientElement implements SVGRadialGradientElement
Field Summary | |
---|---|
protected SVGOMAnimatedLength | cx
The 'cx' attribute value. |
protected SVGOMAnimatedLength | cy
The 'cy' attribute value. |
protected AbstractSVGAnimatedLength | fx
The 'fx' attribute value. |
protected AbstractSVGAnimatedLength | fy
The 'fy' attribute value. |
protected SVGOMAnimatedLength | r
The 'r' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
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 | |
---|---|
SVGAnimatedLength | getCx()
DOM: Implements {@link
org.w3c.dom.svg.SVGRadialGradientElement#getCx()}. |
SVGAnimatedLength | getCy()
DOM: Implements {@link
org.w3c.dom.svg.SVGRadialGradientElement#getCy()}. |
SVGAnimatedLength | getFx()
DOM: Implements {@link
org.w3c.dom.svg.SVGRadialGradientElement#getFx()}. |
SVGAnimatedLength | getFy()
DOM: Implements {@link
org.w3c.dom.svg.SVGRadialGradientElement#getFy()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedLength | getR()
DOM: Implements {@link
org.w3c.dom.svg.SVGRadialGradientElement#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.