public interface Position2DIterator
void reset()
void next() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- iteration has no more elements.boolean done()
java.awt.geom.Point2D get() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- iteration has no more elements.int getX() throws java.util.NoSuchElementException
java.util.NoSuchElementException
int getY() throws java.util.NoSuchElementException
java.util.NoSuchElementException