org.w3c.dom.svg
Interface SVGRect
- All Known Implementing Classes:
- SVGOMRect
- public interface SVGRect
getX
public float getX()
setX
public void setX(float x)
throws DOMException
- Throws:
DOMException
getY
public float getY()
setY
public void setY(float y)
throws DOMException
- Throws:
DOMException
getWidth
public float getWidth()
setWidth
public void setWidth(float width)
throws DOMException
- Throws:
DOMException
getHeight
public float getHeight()
setHeight
public void setHeight(float height)
throws DOMException
- Throws:
DOMException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.