public static class SVGTextContentSupport.SVGTextPoint extends SVGOMPoint
| Modifier and Type | Field and Description |
|---|---|
(package private) SVGOMElement |
svgelt |
x, y| Constructor and Description |
|---|
SVGTextPoint(SVGOMElement elem) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(float x)
DOM: Implements
SVGPoint.setX(float). |
void |
setY(float y)
DOM: Implements
SVGPoint.setY(float). |
getX, getY, matrixTransform, matrixTransformSVGOMElement svgelt
SVGTextPoint(SVGOMElement elem)
public void setX(float x)
throws org.w3c.dom.DOMException
SVGOMPointSVGPoint.setX(float).setX in interface org.w3c.dom.svg.SVGPointsetX in class SVGOMPointorg.w3c.dom.DOMExceptionpublic void setY(float y)
throws org.w3c.dom.DOMException
SVGOMPointSVGPoint.setY(float).setY in interface org.w3c.dom.svg.SVGPointsetY in class SVGOMPointorg.w3c.dom.DOMException