Class SVGPathSegLinetoAbsImpl

java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegLinetoAbsImpl
All Implemented Interfaces:
SVGPathSeg, SVGPathSegLinetoAbs

public class SVGPathSegLinetoAbsImpl extends Object implements SVGPathSegLinetoAbs

SVGPathSegLinetoAbsImpl class.

  • Constructor Details

    • SVGPathSegLinetoAbsImpl

      public SVGPathSegLinetoAbsImpl(float x, float y)

      Constructor for SVGPathSegLinetoAbsImpl.

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