Package armyc2.c5isr.graphics2d
Interface IPathIterator
- All Known Implementing Classes:
PathIterator
public interface IPathIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
currentSegment
(double[] coords) int
currentSegment
(float[] coords) int
boolean
isDone()
void
next()
-
Field Details
-
SEG_CLOSE
- See Also:
-
SEG_CUBICTO
- See Also:
-
SEG_LINETO
- See Also:
-
SEG_MOVETO
- See Also:
-
SEG_QUADTO
- See Also:
-
WIND_EVEN_ODD
- See Also:
-
WIND_NON_ZERO
- See Also:
-
-
Method Details
-
currentSegment
-
currentSegment
-
getWindingRule
int getWindingRule() -
isDone
boolean isDone() -
next
void next()
-