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

float getX()

setX

void setX(float x)
          throws DOMException
Throws:
DOMException

getY

float getY()

setY

void setY(float y)
          throws DOMException
Throws:
DOMException

matrixTransform

SVGPoint matrixTransform(SVGMatrix matrix)