public abstract class AbstractPathParser extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CLOSE_PATH |
static short |
CUBIC_CURVE |
static short |
ELLIPTICAL_CURVE |
static short |
HORIZONTAL_LINE_TO |
static Pattern |
LETTER |
static short |
LINE_TO |
static short |
MOVE_TO |
static short |
PATH_NONE |
static Pattern |
PLUSMINUS |
static short |
QUADRATIC_CURVE |
static short |
SMOOTH_CUBIC_CURVE |
static short |
SMOOTH_QUADRATIC_CURVE |
static short |
VERTICAL_LINE_TO |
Constructor and Description |
---|
AbstractPathParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
decomposePart(List<String> list,
String token) |
public static final short PATH_NONE
public static final short MOVE_TO
public static final short CLOSE_PATH
public static final short LINE_TO
public static final short HORIZONTAL_LINE_TO
public static final short VERTICAL_LINE_TO
public static final short CUBIC_CURVE
public static final short SMOOTH_CUBIC_CURVE
public static final short QUADRATIC_CURVE
public static final short SMOOTH_QUADRATIC_CURVE
public static final short ELLIPTICAL_CURVE
public static final Pattern LETTER
public static final Pattern PLUSMINUS
Copyright © 2023. All rights reserved.