Uses of Interface
org.loboevolution.html.dom.svg.SVGPathSegCurvetoQuadraticAbs
-
Uses of SVGPathSegCurvetoQuadraticAbs in org.loboevolution.html.dom.svg
Modifier and TypeMethodDescriptionSVGPathElement.createSVGPathSegCurvetoQuadraticAbs
(float x, float y, float x1, float y1) createSVGPathSegCurvetoQuadraticAbs. -
Uses of SVGPathSegCurvetoQuadraticAbs in org.loboevolution.html.dom.svgimpl
Modifier and TypeClassDescriptionclass
SVGPathSegCurvetoQuadraticAbsImpl class.Modifier and TypeMethodDescriptionSVGPathElementImpl.createSVGPathSegCurvetoQuadraticAbs
(float x, float y, float x1, float y1) createSVGPathSegCurvetoQuadraticAbs.