org.w3c.dom.svg

Interface SVGRadialGradientElement

public interface SVGRadialGradientElement extends SVGGradientElement

Method Summary
SVGAnimatedLengthgetCx()
SVGAnimatedLengthgetCy()
SVGAnimatedLengthgetFx()
SVGAnimatedLengthgetFy()
SVGAnimatedLengthgetR()

Method Detail

getCx

public SVGAnimatedLength getCx()

getCy

public SVGAnimatedLength getCy()

getFx

public SVGAnimatedLength getFx()

getFy

public SVGAnimatedLength getFy()

getR

public SVGAnimatedLength getR()