Class SVGPathSegMovetoAbsImpl

java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegMovetoAbsImpl
All Implemented Interfaces:
SVGPathSeg, SVGPathSegMovetoAbs

public class SVGPathSegMovetoAbsImpl extends Object implements SVGPathSegMovetoAbs

SVGPathSegMovetoAbsImpl class.

  • Constructor Details

    • SVGPathSegMovetoAbsImpl

      public SVGPathSegMovetoAbsImpl(float x, float y)

      Constructor for SVGPathSegMovetoAbsImpl.

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