Package org.w3c.dom.svg
Interface SVGPoint
-
public interface SVGPoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getX()
float
getY()
SVGPoint
matrixTransform(SVGMatrix matrix)
void
setX(float x)
void
setY(float y)
-
-
-
Method Detail
-
getX
float getX()
-
setX
void setX(float x) throws DOMException
- Throws:
DOMException
-
getY
float getY()
-
setY
void setY(float y) throws DOMException
- Throws:
DOMException
-
-