|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Path
A Path is a PolygonalPath so that the curves (Segments) between the vertices are again paths, which we call sub-paths. This interface is able to extend PolygonalPath because PathIterator extends EdgeIterator. That is, a PathIterator is also an EdgeIterator. So, an implementation of Path also implements PolygonalPath.
Method Summary | |
---|---|
Complex |
endingPoint()
Return the endpoint. |
PathIterator |
iterator()
Return an iterator over the sub-paths. |
Complex |
startingPoint()
Return the starting point. |
Method Detail |
---|
Complex startingPoint()
Complex endingPoint()
PathIterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |