Class AbstractSVGNormPathSegList.SVGPathSegGenericItem

    • 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)