Uses of Interface
org.loboevolution.html.dom.svg.SVGPathSegCurvetoCubicRel
-
Uses of SVGPathSegCurvetoCubicRel in org.loboevolution.html.dom.svg
Modifier and TypeMethodDescriptionSVGPathElement.createSVGPathSegCurvetoCubicRel
(float x, float y, float x1, float y1, float x2, float y2) createSVGPathSegCurvetoCubicRel. -
Uses of SVGPathSegCurvetoCubicRel in org.loboevolution.html.dom.svgimpl
Modifier and TypeClassDescriptionclass
SVGPathSegCurvetoCubicRelImpl class.Modifier and TypeMethodDescriptionSVGPathElementImpl.createSVGPathSegCurvetoCubicRel
(float x, float y, float x1, float y1, float x2, float y2) createSVGPathSegCurvetoCubicRel.