org.apache.batik.dom.svg
Class SVGOMPoint

java.lang.Object
  extended byorg.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.


Constructor Summary
SVGOMPoint()
           
SVGOMPoint(float x, float y)
           
 
Method Summary
 float getX()
           
 float getY()
           
 SVGPoint matrixTransform(SVGMatrix matrix)
           
 void setX(float x)
           
 void setY(float y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMPoint

public SVGOMPoint()

SVGOMPoint

public SVGOMPoint(float x,
                  float y)
Method Detail

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.