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
- Version:
- $Id$
-
Field Summary
FieldsFields inherited from class SVGOMPoint
x, y -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SVGOMPoint
getX, getY, matrixTransform, matrixTransform
-
Field Details
-
svgelt
SVGOMElement svgelt
-
-
Constructor Details
-
SVGTextPoint
SVGTextPoint(SVGOMElement elem)
-
-
Method Details
-
setX
Description copied from class:SVGOMPointDOM: ImplementsSVGPoint.setX(float).- Specified by:
setXin interfaceorg.w3c.dom.svg.SVGPoint- Overrides:
setXin classSVGOMPoint- Throws:
DOMException
-
setY
Description copied from class:SVGOMPointDOM: ImplementsSVGPoint.setY(float).- Specified by:
setYin interfaceorg.w3c.dom.svg.SVGPoint- Overrides:
setYin classSVGOMPoint- Throws:
DOMException
-