Class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem

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

    public static class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
    extends SVGPathSegItem
    implements org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs, org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
    • Constructor Detail

      • SVGPathSegCurvetoCubicSmoothItem

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

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

      • setX

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

        public void setY​(float y)
        Specified by:
        setY in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
        Specified by:
        setY in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
        Overrides:
        setY in class SVGPathSegItem
      • setX2

        public void setX2​(float x2)
        Specified by:
        setX2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
        Specified by:
        setX2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
        Overrides:
        setX2 in class SVGPathSegItem
      • setY2

        public void setY2​(float y2)
        Specified by:
        setY2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs
        Specified by:
        setY2 in interface org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel
        Overrides:
        setY2 in class SVGPathSegItem