SVGPathSeg | L’interface SVGPathSeg est une interface de base qui correspond à un seul commandement dans une spécification de données de route. |
SVGPathSegArcAbs | L’interface SVGPathSegArcAbs correspond à un commandement de données “absolute arcto” (A). |
SVGPathSegArcRel | L’interface SVGPathSegArcRel correspond à un “arcto relatif” (a) commande de données de route. |
SVGPathSegClosePath | l’interface SVGPathSegClosePath correspond à un commandement de données “closepath” (z) chemin. |
SVGPathSegCurvetoCubicAbs | L’interface SVGPathSegCurvetoCubicAbs correspond à un “curveto Bézier cubic absolu” (C) commande de données de chemin. |
SVGPathSegCurvetoCubicRel | L’interface SVGPathSegCurvetoCubicRel correspond à un « curveto Bézier cubic relatif » (c) commande de données de route. |
SVGPathSegCurvetoCubicSmoothAbs | L’interface SVGPathSegCurvetoCubicSmoothAbs correspond à un “courveto cubique absolu doux” (S) commande de données de route. |
SVGPathSegCurvetoCubicSmoothRel | L’interface SVGPathSegCurvetoCubicSmoothRel correspond à un “courveto cubique relativement doux” (s) commande de données de route. |
SVGPathSegCurvetoQuadraticAbs | L’interface SVGPathSegCurvetoQuadraticAbs correspond à un “commandant de données de route absolue quadratique Bézier” (Q). |
SVGPathSegCurvetoQuadraticRel | L’interface SVGPathSegCurvetoQuadraticRel correspond à un “corvette Bézier quadratic” (q) commandement de données de route. |
SVGPathSegCurvetoQuadraticSmoothAbs | L’interface SVGPathSegCurvetoQuadraticSmoothAbs correspond à une commande de données de route “absolute courvée cubes” (T). |
SVGPathSegCurvetoQuadraticSmoothRel | L’interface SVGPathSegCurvetoQuadraticSmoothRel correspond à un “corvette cubique relativement lisse” (t) commande de données de route. |
SVGPathSegLinetoAbs | L’interface SVGPathSegLinetoAbs correspond à un commandement de données “absolute lineto” (L). |
SVGPathSegLinetoHorizontalAbs | L’interface SVGPathSegLinetoHorizontalAbs correspond à un “lineto horizontal absolu” (H) commande de données de chemin. |
SVGPathSegLinetoHorizontalRel | L’interface SVGPathSegLinetoHorizontalRel correspond à un “lineto horizontal relatif” (h) commande de données de route. |
SVGPathSegLinetoRel | L’interface SVGPathSegLinetoRel correspond à un commandement de données de route “relative lineto” (l). |
SVGPathSegLinetoVerticalAbs | L’interface SVGPathSegLinetoVerticalAbs correspond à un “lineto vertical absolu” (V) commande de données de chemin. |
SVGPathSegLinetoVerticalRel | L’interface SVGPathSegLinetoVerticalRel correspond à un « lineto vertical relatif » (v) commande de données de route. |
SVGPathSegList | Cette interface définit une liste des objets SVGPathSeg. |
SVGPathSegMovetoAbs | L’interface SVGPathSegMovetoAbs correspond à un commandement de données “absolute moveto” (M). |
SVGPathSegMovetoRel | L’interface SVGPathSegMovetoRel correspond à un “moveto relatif” (m) commande de données de route. |