public interface SVGPoint
| Modifier and Type | Method | Description |
|---|---|---|
float |
getX() |
|
float |
getY() |
|
SVGPoint |
matrixTransform(SVGMatrix matrix) |
|
void |
setX(float x) |
|
void |
setY(float y) |
float getX()
void setX(float x) throws DOMException
DOMExceptionfloat getY()
void setY(float y) throws DOMException
DOMException