org.apache.batik.dom.svg
public static class SVGTextContentSupport.SVGTextPoint extends SVGOMPoint
x, y
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, matrixTransform
public void setX(float x) throws org.w3c.dom.DOMException
SVGOMPoint
SVGPoint.setX(float)
.setX
in interface org.w3c.dom.svg.SVGPoint
setX
in class SVGOMPoint
org.w3c.dom.DOMException
public void setY(float y) throws org.w3c.dom.DOMException
SVGOMPoint
SVGPoint.setY(float)
.setY
in interface org.w3c.dom.svg.SVGPoint
setY
in class SVGOMPoint
org.w3c.dom.DOMException
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.