Class SVGPathSegMovetoRelImpl

java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegMovetoRelImpl
All Implemented Interfaces:
SVGPathSeg, SVGPathSegMovetoRel

public class SVGPathSegMovetoRelImpl extends Object implements SVGPathSegMovetoRel

SVGPathSegMovetoRelImpl class.

  • Constructor Details

    • SVGPathSegMovetoRelImpl

      public SVGPathSegMovetoRelImpl(float x, float y)

      Constructor for SVGPathSegMovetoRelImpl.

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