Class SVGPathSegLinetoRelImpl

java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegLinetoRelImpl
All Implemented Interfaces:
SVGPathSeg, SVGPathSegLinetoRel

public class SVGPathSegLinetoRelImpl extends Object implements SVGPathSegLinetoRel

SVGPathSegLinetoRelImpl class.

  • Constructor Details

    • SVGPathSegLinetoRelImpl

      public SVGPathSegLinetoRelImpl(float x, float y)

      Constructor for SVGPathSegLinetoRelImpl.

      Parameters:
      x - a float.
      y - a float.
  • Method Details