public class DashedShape.DashedIterator extends Object implements PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
DashedIterator(PathIterator delegate,
float[] dashArray,
float dashPhase) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
int |
getWindingRule() |
boolean |
isDone() |
void |
next() |
public DashedIterator(PathIterator delegate, float[] dashArray, float dashPhase)
public int currentSegment(float[] coords)
currentSegment in interface PathIteratorpublic int currentSegment(double[] coords)
currentSegment in interface PathIteratorpublic int getWindingRule()
getWindingRule in interface PathIteratorpublic boolean isDone()
isDone in interface PathIteratorpublic void next()
next in interface PathIteratorCopyright © 1996–2019 Geotools. All rights reserved.