FlatteningPathIterator
public interface PathIterator
Modifier and Type | Field | Description |
---|---|---|
static int |
SEG_CLOSE |
|
static int |
SEG_CUBICTO |
|
static int |
SEG_LINETO |
|
static int |
SEG_MOVETO |
|
static int |
SEG_QUADTO |
|
static int |
WIND_EVEN_ODD |
|
static int |
WIND_NON_ZERO |
Modifier and Type | Method | Description |
---|---|---|
int |
currentSegment(double[] coords) |
|
int |
currentSegment(float[] coords) |
|
int |
getWindingRule() |
|
boolean |
isDone() |
|
void |
next() |
static final int WIND_EVEN_ODD
static final int WIND_NON_ZERO
static final int SEG_MOVETO
static final int SEG_LINETO
static final int SEG_QUADTO
static final int SEG_CUBICTO
static final int SEG_CLOSE
Copyright © 1998–2018. All rights reserved.