Class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem

  • All Implemented Interfaces:
    SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
    Enclosing class:
    AbstractSVGPathSegList

    public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
    extends SVGPathSegItem
    implements org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs, org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
    • Constructor Detail

      • SVGPathSegCurvetoQuadraticSmoothItem

        public SVGPathSegCurvetoQuadraticSmoothItem​(short type,
                                                    java.lang.String letter,
                                                    float x,
                                                    float y)
      • SVGPathSegCurvetoQuadraticSmoothItem

        public SVGPathSegCurvetoQuadraticSmoothItem​(org.w3c.dom.svg.SVGPathSeg pathSeg)
    • Method Detail

      • setX

        public void setX​(float x)
        Specified by:
        setX in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
        Specified by:
        setX in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
        Overrides:
        setX in class SVGPathSegItem
      • setY

        public void setY​(float y)
        Specified by:
        setY in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs
        Specified by:
        setY in interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel
        Overrides:
        setY in class SVGPathSegItem