public abstract class AbstractPathParser
extends java.lang.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 java.util.regex.Pattern |
LETTER |
static short |
LINE_TO |
static short |
MOVE_TO |
static short |
PATH_NONE |
static java.util.regex.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(java.util.List<java.lang.String> list,
java.lang.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 java.util.regex.Pattern LETTER
public static final java.util.regex.Pattern PLUSMINUS
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence