org.w3c.dom.svg

Interface SVGEllipseElement

public interface SVGEllipseElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, EventTarget

Method Summary
SVGAnimatedLengthgetCx()
SVGAnimatedLengthgetCy()
SVGAnimatedLengthgetRx()
SVGAnimatedLengthgetRy()

Method Detail

getCx

public SVGAnimatedLength getCx()

getCy

public SVGAnimatedLength getCy()

getRx

public SVGAnimatedLength getRx()

getRy

public SVGAnimatedLength getRy()