Class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem

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

    public class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
    extends SVGPathSegItem
    implements org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs, org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
    • Constructor Detail

      • SVGPathSegLinetoHorizontalItem

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

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

      • setX

        public void setX​(float x)
        Specified by:
        setX in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs
        Specified by:
        setX in interface org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel
        Overrides:
        setX in class SVGPathSegItem