org.w3c.dom.svg

Interface SVGRectElement

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

Method Summary
SVGAnimatedLengthgetHeight()
SVGAnimatedLengthgetRx()
SVGAnimatedLengthgetRy()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()

Method Detail

getHeight

public SVGAnimatedLength getHeight()

getRx

public SVGAnimatedLength getRx()

getRy

public SVGAnimatedLength getRy()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()