org.apache.fop.dom.svg
Class SVGRadialGradientElementImpl

org.apache.fop.dom.NodeImpl
  |
  +--org.apache.fop.dom.ElementImpl
        |
        +--org.apache.fop.dom.svg.SVGElementImpl
              |
              +--org.apache.fop.dom.svg.GraphicElement
                    |
                    +--org.apache.fop.dom.svg.SVGURIReferenceImpl
                          |
                          +--org.apache.fop.dom.svg.SVGGradientElementImpl
                                |
                                +--org.apache.fop.dom.svg.SVGRadialGradientElementImpl

public class SVGRadialGradientElementImpl
extends SVGGradientElementImpl
implements SVGRadialGradientElement


Field Summary
 (package private) SVGAnimatedLengthcx
           
 (package private) SVGAnimatedLengthcy
           
 (package private) SVGAnimatedLengthfx
           
 (package private) SVGAnimatedLengthfy
           
 (package private) SVGAnimatedLengthr
           

Fields inherited from class org.apache.fop.dom.svg.SVGGradientElementImpl
gradientTransform, spreadMethod, units

Fields inherited from class org.apache.fop.dom.svg.SVGURIReferenceImpl
href, xlinkActuate, xlinkArcRole, xlinkRole, xlinkShow, xlinkTitle, xlinkType

Fields inherited from class org.apache.fop.dom.svg.GraphicElement
transform, xmlspace

Fields inherited from class org.apache.fop.dom.svg.SVGElementImpl
className, idString, ownerSvg, styleDec

Constructor Summary
SVGRadialGradientElementImpl()
           

Method Summary
 SVGAnimatedLengthgetCx()
           
 SVGAnimatedLengthgetCy()
           
 SVGAnimatedLengthgetFx()
           
 SVGAnimatedLengthgetFy()
           
 SVGAnimatedLengthgetR()
           
 voidsetCx(SVGAnimatedLength cx)
           
 voidsetCy(SVGAnimatedLength cy)
           
 voidsetFx(SVGAnimatedLength fx)
           
 voidsetFy(SVGAnimatedLength fy)
           
 voidsetR(SVGAnimatedLength r)
           

Methods inherited from class org.apache.fop.dom.svg.SVGGradientElementImpl
getExternalResourcesRequired, getGradientTransform, getGradientUnits, getSpreadMethod, setExternalResourcesRequired, setGradientTransform, setGradientUnits, setSpreadMethod

Methods inherited from class org.apache.fop.dom.svg.SVGURIReferenceImpl
getHref, getXlinkActuate, getXlinkArcRole, getXlinkRole, getXlinkShow, getXlinkTitle, getXlinkType, setHref, setXlinkActuate, setXlinkArcRole, setXlinkRole, setXlinkShow, setXlinkTitle, setXlinkType

Methods inherited from class org.apache.fop.dom.svg.GraphicElement
addEventListener, dispatchEvent, getBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform, getTransformToElement, getXMLlang, getXMLspace, hasExtension, removeEventListener, setRequiredExtensions, setRequiredFeatures, setSystemLanguage, setTransform, setXMLlang, setXMLspace

Methods inherited from class org.apache.fop.dom.svg.SVGElementImpl
appendChild, getAnimatedPresentationAttribute, getClassName, getId, getNamespaceURI, getOwnerSVGElement, getPresentationAttribute, getStyle, getViewportElement, setClassName, setId, setOwnerSVG, setStyle

Methods inherited from class org.apache.fop.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS

Methods inherited from class org.apache.fop.dom.NodeImpl
cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, hasChildNodes, insertBefore, isSupported, normalize, removeChild, setNodeValue, setPrefix, supports

Field Detail

cx

SVGAnimatedLength cx

cy

SVGAnimatedLength cy

fx

SVGAnimatedLength fx

fy

SVGAnimatedLength fy

r

SVGAnimatedLength r
Constructor Detail

SVGRadialGradientElementImpl

public SVGRadialGradientElementImpl()
Method Detail

getCx

public SVGAnimatedLength getCx()

getCy

public SVGAnimatedLength getCy()

getFx

public SVGAnimatedLength getFx()

getFy

public SVGAnimatedLength getFy()

getR

public SVGAnimatedLength getR()

setCx

public void setCx(SVGAnimatedLength cx)

setCy

public void setCy(SVGAnimatedLength cy)

setFx

public void setFx(SVGAnimatedLength fx)

setFy

public void setFy(SVGAnimatedLength fy)

setR

public void setR(SVGAnimatedLength r)