/**
* <b>DOM</b>: Implements {@link
* org.w3c.flex.forks.dom.svg.SVGRadialGradientElement#getFx()}.
*/
public SVGAnimatedLength getFx() {
SVGAnimatedLength result =
(SVGAnimatedLength)getLiveAttributeValue(null, SVG_FX_ATTRIBUTE);
if (result == null) {
result = new AbstractSVGAnimatedLength
(this, null, SVG_FX_ATTRIBUTE,
SVGOMAnimatedLength.HORIZONTAL_LENGTH) {