Modifier and Type | Method and Description |
---|---|
static void |
lineToAbs(OMSVGPathSegList sL,
int s,
float x,
float y)
Casts the segment at index 's' as a LineToAbs and sets the specified values.
|
static void |
lineToRel(OMSVGPathSegList sL,
int s,
float x,
float y)
Casts the segment at index 's' as a LineToRel and sets the specified values.
|
static void |
movetoAbs(OMSVGPathSegList sL,
int s,
float x,
float y)
Casts the segment at index 's' as a MovetoAbs and sets the specified values.
|
public static void lineToAbs(OMSVGPathSegList sL, int s, float x, float y)
public static void lineToRel(OMSVGPathSegList sL, int s, float x, float y)
public static void movetoAbs(OMSVGPathSegList sL, int s, float x, float y)