W3cubDocs

/Haxe JavaScript

PathSeg

package js.html.svg

extended by PathSegArcAbs, PathSegArcRel, PathSegClosePath, PathSegCurvetoCubicAbs, PathSegCurvetoCubicRel, PathSegCurvetoCubicSmoothAbs, PathSegCurvetoCubicSmoothRel, PathSegCurvetoQuadraticAbs, PathSegCurvetoQuadraticRel, PathSegCurvetoQuadraticSmoothAbs, PathSegCurvetoQuadraticSmoothRel, PathSegLinetoAbs, PathSegLinetoHorizontalAbs, PathSegLinetoHorizontalRel, PathSegLinetoRel, PathSegLinetoVerticalAbs, PathSegLinetoVerticalRel, PathSegMovetoAbs, PathSegMovetoRel

Available on js

Variables

read only pathSegType:Int

read only pathSegTypeAsLetter:String

Static variables

static inline read only PATHSEG_ARC_ABS:Int = 10

static inline read only PATHSEG_ARC_REL:Int = 11

static inline read only PATHSEG_CLOSEPATH:Int = 1

static inline read only PATHSEG_CURVETO_CUBIC_ABS:Int = 6

static inline read only PATHSEG_CURVETO_CUBIC_REL:Int = 7

static inline read only PATHSEG_CURVETO_CUBIC_SMOOTH_ABS:Int = 16

static inline read only PATHSEG_CURVETO_CUBIC_SMOOTH_REL:Int = 17

static inline read only PATHSEG_CURVETO_QUADRATIC_ABS:Int = 8

static inline read only PATHSEG_CURVETO_QUADRATIC_REL:Int = 9

static inline read only PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS:Int = 18

static inline read only PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL:Int = 19

static inline read only PATHSEG_LINETO_ABS:Int = 4

static inline read only PATHSEG_LINETO_HORIZONTAL_ABS:Int = 12

static inline read only PATHSEG_LINETO_HORIZONTAL_REL:Int = 13

static inline read only PATHSEG_LINETO_REL:Int = 5

static inline read only PATHSEG_LINETO_VERTICAL_ABS:Int = 14

static inline read only PATHSEG_LINETO_VERTICAL_REL:Int = 15

static inline read only PATHSEG_MOVETO_ABS:Int = 2

static inline read only PATHSEG_MOVETO_REL:Int = 3

static inline read only PATHSEG_UNKNOWN:Int = 0

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/svg/PathSeg.html