org.w3c.dom.svg
Interface SVGPathSegCurvetoQuadraticRel
- All Superinterfaces:
- SVGPathSeg
- All Known Implementing Classes:
- AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
- public interface SVGPathSegCurvetoQuadraticRel
- extends SVGPathSeg
Fields inherited from interface org.w3c.dom.svg.SVGPathSeg |
PATHSEG_ARC_ABS, PATHSEG_ARC_REL, PATHSEG_CLOSEPATH, PATHSEG_CURVETO_CUBIC_ABS, PATHSEG_CURVETO_CUBIC_REL, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, PATHSEG_CURVETO_CUBIC_SMOOTH_REL, PATHSEG_CURVETO_QUADRATIC_ABS, PATHSEG_CURVETO_QUADRATIC_REL, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, PATHSEG_LINETO_ABS, PATHSEG_LINETO_HORIZONTAL_ABS, PATHSEG_LINETO_HORIZONTAL_REL, PATHSEG_LINETO_REL, PATHSEG_LINETO_VERTICAL_ABS, PATHSEG_LINETO_VERTICAL_REL, PATHSEG_MOVETO_ABS, PATHSEG_MOVETO_REL, PATHSEG_UNKNOWN |
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
getX1
public float getX1()
setX1
public void setX1(float x1)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getY1
public float getY1()
setY1
public void setY1(float y1)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
Copyright © 2004 Apache Software Foundation. All Rights Reserved.