org.w3c.dom.svg
Interface SVGPoint


public interface SVGPoint


Method Summary
 float getX()
           
 float getY()
           
 SVGPoint matrixTransform(SVGMatrix matrix)
           
 void setX(float x)
           
 void setY(float y)
           
 

Method Detail

getX

public float getX()

setX

public void setX(float x)
          throws DOMException

getY

public float getY()

setY

public void setY(float y)
          throws DOMException

matrixTransform

public SVGPoint matrixTransform(SVGMatrix matrix)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.