1 2 package org.w3c.dom.svg;3 4 public interface SVGRadialGradientElement extends 5 SVGGradientElement {6 public SVGAnimatedLength getCx( );7 public SVGAnimatedLength getCy( );8 public SVGAnimatedLength getR( );9 public SVGAnimatedLength getFx( );10 public SVGAnimatedLength getFy( );11 }12