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
public static class SVGTextContentSupport.SVGTextPoint extends SVGOMPoint
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SVGOMElement
svgelt
-
Fields inherited from class org.apache.batik.dom.svg.SVGOMPoint
x, y
-
-
Constructor Summary
Constructors Constructor Description SVGTextPoint(SVGOMElement elem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setX(float x)
DOM: ImplementsSVGPoint.setX(float)
.void
setY(float y)
DOM: ImplementsSVGPoint.setY(float)
.-
Methods inherited from class org.apache.batik.dom.svg.SVGOMPoint
getX, getY, matrixTransform, matrixTransform
-
-
-
-
Field Detail
-
svgelt
SVGOMElement svgelt
-
-
Constructor Detail
-
SVGTextPoint
SVGTextPoint(SVGOMElement elem)
-
-
Method Detail
-
setX
public void setX(float x) throws org.w3c.dom.DOMException
Description copied from class:SVGOMPoint
DOM: ImplementsSVGPoint.setX(float)
.- Specified by:
setX
in interfaceorg.w3c.dom.svg.SVGPoint
- Overrides:
setX
in classSVGOMPoint
- Throws:
org.w3c.dom.DOMException
-
setY
public void setY(float y) throws org.w3c.dom.DOMException
Description copied from class:SVGOMPoint
DOM: ImplementsSVGPoint.setY(float)
.- Specified by:
setY
in interfaceorg.w3c.dom.svg.SVGPoint
- Overrides:
setY
in classSVGOMPoint
- Throws:
org.w3c.dom.DOMException
-
-