Package org.loboevolution.html.dom.svg
Interface SVGPoint
- All Known Implementing Classes:
SVGPointImpl
public interface SVGPoint
SVGPoint interface.
-
Method Summary
-
Method Details
-
getX
float getX()getX.
- Returns:
- a float.
-
setX
void setX(float x) setX.
- Parameters:
x
- a float.- Throws:
DOMException
- if any.
-
getY
float getY()getY.
- Returns:
- a float.
-
setY
void setY(float y) setY.
- Parameters:
y
- a float.- Throws:
DOMException
- if any.
-
matrixTransform
matrixTransform.
-