Class SVGPathSegCurvetoCubicAbsImpl

java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegCurvetoCubicAbsImpl
All Implemented Interfaces:
SVGPathSeg, SVGPathSegCurvetoCubicAbs

public class SVGPathSegCurvetoCubicAbsImpl extends Object implements SVGPathSegCurvetoCubicAbs

SVGPathSegCurvetoCubicAbsImpl class.

  • Constructor Details

    • SVGPathSegCurvetoCubicAbsImpl

      public SVGPathSegCurvetoCubicAbsImpl(float x, float y, float x1, float y1, float x2, float y2)

      Constructor for SVGPathSegCurvetoCubicAbsImpl.

      Parameters:
      x - a float.
      y - a float.
      x1 - a float.
      y1 - a float.
      x2 - a float.
      y2 - a float.
  • Method Details