public interface SVGRect
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
setHeight(float height) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
float getX()
void setX(float x) throws DOMException
DOMException
float getY()
void setY(float y) throws DOMException
DOMException
float getWidth()
void setWidth(float width) throws DOMException
DOMException
float getHeight()
void setHeight(float height) throws DOMException
DOMException