Class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem

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

    public class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
    extends SVGPathSegItem
    implements org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs, org.w3c.dom.svg.SVGPathSegLinetoVerticalRel
    • Constructor Detail

      • SVGPathSegLinetoVerticalItem

        public SVGPathSegLinetoVerticalItem​(short type,
                                            java.lang.String letter,
                                            float value)
      • SVGPathSegLinetoVerticalItem

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

      • setY

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