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
FieldsFields inherited from class org.apache.batik.dom.svg.SVGOMPoint
x, y
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.dom.svg.SVGOMPoint
getX, getY, matrixTransform, matrixTransform
-
Field Details
-
svgelt
SVGOMElement svgelt
-
-
Constructor Details
-
SVGTextPoint
SVGTextPoint(SVGOMElement elem)
-
-
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
-