Package 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
-
Field Summary
Fields inherited from class org.apache.batik.dom.svg.SVGOMPoint
x, y
-
Method Summary
Methods inherited from class org.apache.batik.dom.svg.SVGOMPoint
getX, getY, matrixTransform, matrixTransform
-
Method Details
-
setX
Description copied from class:SVGOMPoint
DOM: ImplementsSVGPoint.setX(float)
.- Specified by:
setX
in interfaceorg.w3c.dom.svg.SVGPoint
- Overrides:
setX
in classSVGOMPoint
- Throws:
DOMException
-
setY
Description copied from class:SVGOMPoint
DOM: ImplementsSVGPoint.setY(float)
.- Specified by:
setY
in interfaceorg.w3c.dom.svg.SVGPoint
- Overrides:
setY
in classSVGOMPoint
- Throws:
DOMException
-