SVGPathSeg | Die SVGPathSeg-Interface ist eine Basis-Interface, die einem einzigen Befehl innerhalb einer Path-Data-Spezifikation entspricht. |
SVGPathSegArcAbs | Die SVGPathSegArcAbs-Interface entspricht einer “absoluten Arcto” (A) Path Data Command. |
SVGPathSegArcRel | Die SVGPathSegArcRel-Interface entspricht einer „relativen Arcto“ (a) Path Data Command. |
SVGPathSegClosePath | der SVGPathSegClosePath-Interface entspricht einer “Closepath” (z) Path-Datenkommando. |
SVGPathSegCurvetoCubicAbs | Die SVGPathSegCurvetoCubicAbs-Interface entspricht einer “absoluten kubischen Bézier-Kurveto” (C) Path-Datenkommando. |
SVGPathSegCurvetoCubicRel | Die SVGPathSegCurvetoCubicRel-Interface entspricht einer “relativen kubischen Bézier-Kurveto” (c) Path-Datenkommando. |
SVGPathSegCurvetoCubicSmoothAbs | Die SVGPathSegCurvetoCubicSmoothAbs-Interface entspricht einer “absolut glänzenden kubischen Kurveto” (S) Path-Datenkommando. |
SVGPathSegCurvetoCubicSmoothRel | Die SVGPathSegCurvetoCubicSmoothRel-Interface entspricht einer “relativ glänzenden kubischen Kurveto” (s) Path-Datenkommando. |
SVGPathSegCurvetoQuadraticAbs | Die SVGPathSegCurvetoQuadraticAbs-Interface entspricht einer “absoluten quadratischen Bézier-Kurveto” (Q) Path-Datenkommando. |
SVGPathSegCurvetoQuadraticRel | Die SVGPathSegCurvetoQuadraticRel-Interface entspricht einer “relativen Quadrat-Bézier-Kurveto” (q) Path-Datenkommando. |
SVGPathSegCurvetoQuadraticSmoothAbs | Die SVGPathSegCurvetoQuadraticSmoothAbs-Interface entspricht einer “absolut glänzenden kubischen Kurveto” (T) Path Data Command. |
SVGPathSegCurvetoQuadraticSmoothRel | Die SVGPathSegCurvetoQuadraticSmoothRel-Interface entspricht einer “relativ glänzenden kubischen Kurveto” (t) Path-Datenkommando. |
SVGPathSegLinetoAbs | Die SVGPathSegLinetoAbs-Interface entspricht einer “absoluten Lineto” (L) Path Data Command. |
SVGPathSegLinetoHorizontalAbs | Die SVGPathSegLinetoHorizontalAbs-Interface entspricht einer “absoluten horizontalen Lineto” (H) Path Data Command. |
SVGPathSegLinetoHorizontalRel | Die SVGPathSegLinetoHorizontalRel-Interface entspricht einer „relativen horizontalen Lineto“ (h) Path Data Command. |
SVGPathSegLinetoRel | Die SVGPathSegLinetoRel-Interface entspricht einer “relative lineto” (l) Path-Datenkommando. |
SVGPathSegLinetoVerticalAbs | Die SVGPathSegLinetoVerticalAbs-Interface entspricht einer “absoluten vertikalen Lineto” (V) Path-Datenkommando. |
SVGPathSegLinetoVerticalRel | Die SVGPathSegLinetoVerticalRel-Interface entspricht einer “relativen vertikalen Lineto” (v) Path-Datenkommando. |
SVGPathSegList | Diese Schnittstelle definiert eine Liste der SVGPathSeg Objekte. |
SVGPathSegMovetoAbs | Die SVGPathSegMovetoAbs-Interface entspricht einer “absoluten Moveto” (M) Path Data Command. |
SVGPathSegMovetoRel | Die SVGPathSegMovetoRel-Interface entspricht einer “relative moveto” (m) Path-Datenkommando. |