|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdgeIterator
An EdgeIterator is an object which iterates over edges in a PolygonalPath. We have based the interface on java.util.Iterator.
Java's Iterator interface
,
The PathIterator interface, which extends EdgeIterator
Method Summary | |
---|---|
boolean |
hasNext()
Return true when the iterator will return another edge with a call to next(). |
LineSegment |
next()
Return the next segment. |
Method Detail |
---|
boolean hasNext()
LineSegment next()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |