public class SerializablePathIterator extends Object implements PathIterator, Serializable
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
SerializablePathIterator(PathIterator pIterator)
Creates an instance of a SerializablePathIterator that wraps
around a PathItereator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] segment)
Delegates call to PathIterator.currentSegment()
|
int |
currentSegment(float[] segment)
Delegates call to PathIterator.currentSegment()
|
int |
getWindingRule()
Delegates call to PathIterator.getWindingRule()
|
boolean |
isDone()
Delegates call to PathIterator.isDone()
|
void |
next()
Delegates call to PathIterator.next()
|
public SerializablePathIterator(PathIterator pIterator)
public int getWindingRule()
getWindingRule in interface PathIteratorpublic boolean isDone()
isDone in interface PathIteratorpublic void next()
next in interface PathIteratorpublic int currentSegment(float[] segment)
currentSegment in interface PathIteratorpublic int currentSegment(double[] segment)
currentSegment in interface PathIteratorCopyright © 2019 JULIE Lab, Germany. All rights reserved.