SVGPathSeg | Interfejs SVGPathSeg to interfejs bazowy, który odpowiada jednemu poleceniu w ramach specyfikacji danych ścieżek. |
SVGPathSegArcAbs | Interfejs SVGPathSegArcAbs odpowiada “absolutnemu arcto” (A) poleceniu danych ścieżek. |
SVGPathSegArcRel | Interfejs SVGPathSegArcRel odpowiada “relatywnemu arcto” (a) poleceniu danych ścieżek. |
SVGPathSegClosePath | interfejs SVGPathSegClosePath odpowiada poleceniu danych ścieżek „closepath” (z). |
SVGPathSegCurvetoCubicAbs | Interfejs SVGPathSegCurvetoCubicAbs odpowiada “absolutnemu kubkowi Bézier curveto” (C) poleceniu danych ścieżek. |
SVGPathSegCurvetoCubicRel | Interfejs SVGPathSegCurvetoCubicRel odpowiada “relatywnemu kubkowi Bézier curveto” (c) poleceniu danych ścieżek. |
SVGPathSegCurvetoCubicSmoothAbs | Interfejs SVGPathSegCurvetoCubicSmoothAbs odpowiada “absolutnie gładkiej kurwety kubicznej” (S) poleceniu danych ścieżek. |
SVGPathSegCurvetoCubicSmoothRel | Interfejs SVGPathSegCurvetoCubicSmoothRel odpowiada “relatywnie gładkiej kurwety kubicznej” (s) poleceniu danych ścieżek. |
SVGPathSegCurvetoQuadraticAbs | Interfejs SVGPathSegCurvetoQuadraticAbs odpowiada “absolutnej kwadratowej Bézier curveto” (Q) polecenia danych ścieżek. |
SVGPathSegCurvetoQuadraticRel | Interfejs SVGPathSegCurvetoQuadraticRel odpowiada “relatywnej kwadratowej Bézier curveto” (q) polecenia danych ścieżek. |
SVGPathSegCurvetoQuadraticSmoothAbs | Interfejs SVGPathSegCurvetoQuadraticSmoothAbs odpowiada “absolutnie gładkiej kurwety kubicznej” (T) poleceniu danych ścieżek. |
SVGPathSegCurvetoQuadraticSmoothRel | Interfejs SVGPathSegCurvetoQuadraticSmoothRel odpowiada “relatywnie gładkiej kurwety kubicznej” (t) poleceniu danych ścieżek. |
SVGPathSegLinetoAbs | Interfejs SVGPathSegLinetoAbs odpowiada “absolute lineto” (L) poleceniu danych ścieżek. |
SVGPathSegLinetoHorizontalAbs | Interfejs SVGPathSegLinetoHorizontalAbs odpowiada “absolutnej lineto horyzontalnej” (H) polecenia danych ścieżek. |
SVGPathSegLinetoHorizontalRel | Interfejs SVGPathSegLinetoHorizontalRel odpowiada “relatywnemu lineto horyzontalnym” (h) poleceniu danych ścieżek. |
SVGPathSegLinetoRel | Interfejs SVGPathSegLinetoRel odpowiada “relatywnemu lineto” (l) poleceniu danych ścieżek. |
SVGPathSegLinetoVerticalAbs | Interfejs SVGPathSegLinetoVerticalAbs odpowiada “absolute vertical lineto” (V) poleceniu danych ścieżek. |
SVGPathSegLinetoVerticalRel | Interfejs SVGPathSegLinetoVerticalRel odpowiada “relatywnemu lineto” (v) poleceniu danych ścieżek. |
SVGPathSegList | Ten interfejs definiuje listę obiektów SVGPathSeg. |
SVGPathSegMovetoAbs | Interfejs SVGPathSegMovetoAbs odpowiada “absolute moveto” (M) poleceniu danych ścieżek. |
SVGPathSegMovetoRel | Interfejs SVGPathSegMovetoRel odpowiada “relatywnemu moveto” (m) poleceniu danych ścieżek. |