blob: 6c8af9294ab3d6502875c9bfc1d51649d4658605 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGRadialGradientElement extends
SVGGradientElement {
public SVGAnimatedLength getCx( );
public SVGAnimatedLength getCy( );
public SVGAnimatedLength getR( );
public SVGAnimatedLength getFx( );
public SVGAnimatedLength getFy( );
}