public interface WCPathIterator
Modifier and Type | Field and Description |
---|---|
static int |
SEG_CLOSE |
static int |
SEG_CUBICTO |
static int |
SEG_LINETO |
static int |
SEG_MOVETO |
static int |
SEG_QUADTO |
Modifier and Type | Method and Description |
---|---|
int |
currentSegment(double[] floats) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
@Native static final int SEG_MOVETO
@Native static final int SEG_LINETO
@Native static final int SEG_QUADTO
@Native static final int SEG_CUBICTO
@Native static final int SEG_CLOSE