Class AbstractSVGNormPathSegList.SVGPathSegGenericItem

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

    protected static class AbstractSVGNormPathSegList.SVGPathSegGenericItem
    extends SVGPathSegItem
    • Constructor Detail

      • SVGPathSegGenericItem

        public SVGPathSegGenericItem​(short type,
                                     java.lang.String letter,
                                     float x1,
                                     float y1,
                                     float x2,
                                     float y2,
                                     float x,
                                     float y)
    • Method Detail

      • setValue

        public void setValue​(float x1,
                             float y1,
                             float x2,
                             float y2,
                             float x,
                             float y)
      • setValue

        public void setValue​(float x,
                             float y)
      • setPathSegType

        public void setPathSegType​(short type)