blob: 2f7f7dbaad1974c23a018c83aaf67ddbec92bd5d [file] [log] [blame]
package org.w3c.dom.svg;
import org.w3c.dom.events.EventTarget;
public interface SVGEllipseElement extends
SVGElement,
SVGTests,
SVGLangSpace,
SVGExternalResourcesRequired,
SVGStylable,
SVGTransformable,
EventTarget {
public SVGAnimatedLength getCx( );
public SVGAnimatedLength getCy( );
public SVGAnimatedLength getRx( );
public SVGAnimatedLength getRy( );
}