@JsType(isNative=true, name="SVGPathSeg", namespace="<global>") public class SVGPathSeg extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PATHSEG_ARC_ABS |
static int |
PATHSEG_ARC_REL |
static int |
PATHSEG_CLOSEPATH |
static int |
PATHSEG_CURVETO_CUBIC_ABS |
static int |
PATHSEG_CURVETO_CUBIC_REL |
static int |
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS |
static int |
PATHSEG_CURVETO_CUBIC_SMOOTH_REL |
static int |
PATHSEG_CURVETO_QUADRATIC_ABS |
static int |
PATHSEG_CURVETO_QUADRATIC_REL |
static int |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS |
static int |
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL |
static int |
PATHSEG_LINETO_ABS |
static int |
PATHSEG_LINETO_HORIZONTAL_ABS |
static int |
PATHSEG_LINETO_HORIZONTAL_REL |
static int |
PATHSEG_LINETO_REL |
static int |
PATHSEG_LINETO_VERTICAL_ABS |
static int |
PATHSEG_LINETO_VERTICAL_REL |
static int |
PATHSEG_MOVETO_ABS |
static int |
PATHSEG_MOVETO_REL |
static int |
PATHSEG_UNKNOWN |
Constructor and Description |
---|
SVGPathSeg() |
Modifier and Type | Method and Description |
---|---|
int |
getPathSegType() |
String |
getPathSegTypeAsLetter() |
@JsOverlay public static final int PATHSEG_UNKNOWN
@JsOverlay public static final int PATHSEG_CLOSEPATH
@JsOverlay public static final int PATHSEG_MOVETO_ABS
@JsOverlay public static final int PATHSEG_MOVETO_REL
@JsOverlay public static final int PATHSEG_LINETO_ABS
@JsOverlay public static final int PATHSEG_LINETO_REL
@JsOverlay public static final int PATHSEG_CURVETO_CUBIC_ABS
@JsOverlay public static final int PATHSEG_CURVETO_CUBIC_REL
@JsOverlay public static final int PATHSEG_CURVETO_QUADRATIC_ABS
@JsOverlay public static final int PATHSEG_CURVETO_QUADRATIC_REL
@JsOverlay public static final int PATHSEG_ARC_ABS
@JsOverlay public static final int PATHSEG_ARC_REL
@JsOverlay public static final int PATHSEG_LINETO_HORIZONTAL_ABS
@JsOverlay public static final int PATHSEG_LINETO_HORIZONTAL_REL
@JsOverlay public static final int PATHSEG_LINETO_VERTICAL_ABS
@JsOverlay public static final int PATHSEG_LINETO_VERTICAL_REL
@JsOverlay public static final int PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
@JsOverlay public static final int PATHSEG_CURVETO_CUBIC_SMOOTH_REL
@JsOverlay public static final int PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
@JsOverlay public static final int PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
@JsProperty(name="pathSegType") public int getPathSegType()
@JsProperty(name="pathSegTypeAsLetter") public String getPathSegTypeAsLetter()
Copyright © 2018 Xalys. All rights reserved.