org.w3c.dom.svg
public interface SVGPathSeg
Field Summary | |
---|---|
static short | PATHSEG_ARC_ABS |
static short | PATHSEG_ARC_REL |
static short | PATHSEG_CLOSEPATH |
static short | PATHSEG_CURVETO_CUBIC_ABS |
static short | PATHSEG_CURVETO_CUBIC_REL |
static short | PATHSEG_CURVETO_CUBIC_SMOOTH_ABS |
static short | PATHSEG_CURVETO_CUBIC_SMOOTH_REL |
static short | PATHSEG_CURVETO_QUADRATIC_ABS |
static short | PATHSEG_CURVETO_QUADRATIC_REL |
static short | PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS |
static short | PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL |
static short | PATHSEG_LINETO_ABS |
static short | PATHSEG_LINETO_HORIZONTAL_ABS |
static short | PATHSEG_LINETO_HORIZONTAL_REL |
static short | PATHSEG_LINETO_REL |
static short | PATHSEG_LINETO_VERTICAL_ABS |
static short | PATHSEG_LINETO_VERTICAL_REL |
static short | PATHSEG_MOVETO_ABS |
static short | PATHSEG_MOVETO_REL |
static short | PATHSEG_UNKNOWN |
Method Summary | |
---|---|
short | getPathSegType() |
String | getPathSegTypeAsLetter() |