public interface PathConsumer2D
Modifier and Type | Method and Description |
---|---|
void |
closePath() |
void |
curveTo(float xc0,
float yc0,
float xc1,
float yc1,
float x1,
float y1) |
void |
lineTo(float x1,
float y1) |
void |
moveTo(float x0,
float y0) |
void |
pathDone() |
void |
quadTo(float xc,
float yc,
float x1,
float y1) |