org.w3c.dom.svg
Interface SVGPoint
- All Known Implementing Classes:
- AbstractSVGPointList.SVGPointItem, SVGOMPoint
- public interface SVGPoint
getX
public float getX()
setX
public void setX(float x)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getY
public float getY()
setY
public void setY(float y)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
matrixTransform
public SVGPoint matrixTransform(SVGMatrix matrix)
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.