public interface SVGPoint
Modifier and Type | Method and 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
DOMException
float getY()
void setY(float y) throws DOMException
DOMException