Package processing.opengl
Class LinePath.PathIterator
java.lang.Object
processing.opengl.LinePath.PathIterator
- Enclosing class:
- LinePath
- 
Method SummaryModifier and TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intbooleanisDone()voidnext()
- 
Method Details- 
currentSegmentpublic int currentSegment(float[] coords) 
- 
currentSegmentpublic int currentSegment(double[] coords) 
- 
getWindingRulepublic int getWindingRule()
- 
isDonepublic boolean isDone()
- 
nextpublic void next()
 
-