public interface SVGRect
float getX()
void setX(float x)
throws DOMException
DOMExceptionfloat getY()
void setY(float y)
throws DOMException
DOMExceptionfloat getWidth()
void setWidth(float width)
throws DOMException
DOMExceptionfloat getHeight()
void setHeight(float height)
throws DOMException
DOMException