SVGPathSeg | Interfața SVGPathSeg este o interfață de bază care corespunde unui comandă unică în cadrul unei specificații de date de cale. |
SVGPathSegArcAbs | Interfața SVGPathSegArcAbs corespunde unui comanda de date “absolut arcto” (A). |
SVGPathSegArcRel | Interfața SVGPathSegArcRel corespunde unui “arcto relativ” (a) comanda de date de cale. |
SVGPathSegClosePath | interfața SVGPathSegClosePath corespunde unui comanda de date “closepath” (z). |
SVGPathSegCurvetoCubicAbs | Interfața SVGPathSegCurvetoCubicAbs corespunde unui comanda de date “absolut cubic Bézier curveto” (C). |
SVGPathSegCurvetoCubicRel | Interfața SVGPathSegCurvetoCubicRel corespunde unui comanda de date “relativ cubic Bézier curveto” (c). |
SVGPathSegCurvetoCubicSmoothAbs | Interfața SVGPathSegCurvetoCubicSmoothAbs corespunde unui comanda de date a drumului “Curveto cubic absolut net” (S). |
SVGPathSegCurvetoCubicSmoothRel | Interfața SVGPathSegCurvetoCubicSmoothRel corespunde unui comanda de date a drumului “curveto-cubic relativ net”. |
SVGPathSegCurvetoQuadraticAbs | Interfața SVGPathSegCurvetoQuadraticAbs corespunde unui comanda de date de cale “absolut Bézier curveto” (Q). |
SVGPathSegCurvetoQuadraticRel | Interfața SVGPathSegCurvetoQuadraticRel corespunde unui “corveto Bézier relativ quadratic” (q) comandă de date de cale. |
SVGPathSegCurvetoQuadraticSmoothAbs | Interfața SVGPathSegCurvetoQuadraticSmoothAbs corespunde unui comanda de date de cale „absolut curvet cubic” (T). |
SVGPathSegCurvetoQuadraticSmoothRel | Interfața SVGPathSegCurvetoQuadraticSmoothRel corespunde unui comanda de date a drumului “curveto-cubic relativ net”. |
SVGPathSegLinetoAbs | Interfața SVGPathSegLinetoAbs corespunde unei comenzi de date “absolute lineto” (L). |
SVGPathSegLinetoHorizontalAbs | Interfața SVGPathSegLinetoHorizontalAbs corespunde unui “lineto absolut orizontal” (H) comandă de date de cale. |
SVGPathSegLinetoHorizontalRel | Interfața SVGPathSegLinetoHorizontalRel corespunde unui “lineto orizontal relativ” (h) comandă de date de cale. |
SVGPathSegLinetoRel | Interfața SVGPathSegLinetoRel corespunde unui comanda de date “relative lineto” (l). |
SVGPathSegLinetoVerticalAbs | Interfața SVGPathSegLinetoVerticalAbs corespunde unui “lineto vertical absolut” (V) comandă de date de cale. |
SVGPathSegLinetoVerticalRel | Interfața SVGPathSegLinetoVerticalRel corespunde unui “lineto vertical relativ” (v) comandă de date de cale. |
SVGPathSegList | Această interfață definește o listă de obiecte SVGPathSeg. |
SVGPathSegMovetoAbs | Interfața SVGPathSegMovetoAbs corespunde unui comanda de date “absolute moveto” (M). |
SVGPathSegMovetoRel | Interfața SVGPathSegMovetoRel corespunde unui comanda de date “relativ moveto” (m). |