org.apache.batik.dom.svg
Class SVGOMPoint
java.lang.Object
org.apache.batik.dom.svg.SVGOMPoint
- All Implemented Interfaces:
- SVGPoint
- Direct Known Subclasses:
- SVGTextContentSupport.SVGTextPoint
- public class SVGOMPoint
- extends Object
- implements SVGPoint
This class provides an abstract implementation of the SVGMatrix
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMPoint
public SVGOMPoint()
SVGOMPoint
public SVGOMPoint(float x,
float y)
getX
public float getX()
- Specified by:
getX
in interface SVGPoint
setX
public void setX(float x)
throws DOMException
- Specified by:
setX
in interface SVGPoint
- Throws:
DOMException
getY
public float getY()
- Specified by:
getY
in interface SVGPoint
setY
public void setY(float y)
throws DOMException
- Specified by:
setY
in interface SVGPoint
- Throws:
DOMException
matrixTransform
public SVGPoint matrixTransform(SVGMatrix matrix)
- Specified by:
matrixTransform
in interface SVGPoint
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.