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) SVGOMElementsvgelt-
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 voidsetX(float x)DOM: ImplementsSVGPoint.setX(float).voidsetY(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.DOMExceptionDescription copied from class:SVGOMPointDOM: ImplementsSVGPoint.setX(float).- Specified by:
setXin interfaceorg.w3c.dom.svg.SVGPoint- Overrides:
setXin classSVGOMPoint- Throws:
org.w3c.dom.DOMException
-
setY
public void setY(float y) throws org.w3c.dom.DOMExceptionDescription copied from class:SVGOMPointDOM: ImplementsSVGPoint.setY(float).- Specified by:
setYin interfaceorg.w3c.dom.svg.SVGPoint- Overrides:
setYin classSVGOMPoint- Throws:
org.w3c.dom.DOMException
-
-