org.apache.batik.anim.dom
Class SVGTextContentSupport.SVGTextPoint
java.lang.Object
org.apache.batik.dom.svg.SVGOMPoint
org.apache.batik.anim.dom.SVGTextContentSupport.SVGTextPoint
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGPoint
- Enclosing class:
- SVGTextContentSupport
public static class SVGTextContentSupport.SVGTextPoint
- extends SVGOMPoint
| Fields inherited from class org.apache.batik.dom.svg.SVGOMPoint |
x, y |
|
Method Summary |
void |
setX(float x)
|
void |
setY(float y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setX
public void setX(float x)
throws DOMException
- Specified by:
setX in interface org.w3c.dom.svg.SVGPoint- Overrides:
setX in class SVGOMPoint
- Throws:
DOMException
setY
public void setY(float y)
throws DOMException
- Specified by:
setY in interface org.w3c.dom.svg.SVGPoint- Overrides:
setY in class SVGOMPoint
- Throws:
DOMException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.