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