|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.imagero.geom.BezierPointIterator
| Constructor Summary | |
BezierPointIterator(Bezier bezier,
int m)
|
|
| Method Summary | |
boolean |
hasNext()
Returns true if the iteration has more elements. |
java.lang.Object |
next()
Returns the next element in the iteration. |
void |
remove()
Removes from the underlying collection the last element returned by the iterator (optional operation). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BezierPointIterator(Bezier bezier,
int m)
| Method Detail |
public boolean hasNext()
java.util.Iterator
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
java.util.Iterator
next in interface java.util.Iteratorpublic void remove()
java.util.Iterator
remove in interface java.util.Iterator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||