public interface SVGPoint
float
getX()
getY()
SVGPoint
matrixTransform(SVGMatrix matrix)
void
setX(float x)
setY(float y)
float getX()
void setX(float x) throws DOMException
DOMException
float getY()
void setY(float y) throws DOMException
SVGPoint matrixTransform(SVGMatrix matrix)