| Interface | Description |
|---|---|
| AbstractSimpleIterator.DelegateHelper |
This is implemented by sub-classes to pass a method back to
this class to create the delegate iterator.
|
| Class | Description |
|---|---|
| AbstractSimpleIterator |
Base class for image iterators with row-column (line-pixel) movement.
|
| SimpleIterator |
A read-only image iterator which moves by column then row (pixel then line).
|
| WindowIterator |
An image iterator that passes a moving window over an image.
|
| WritableSimpleIterator |
A read-write image iterator which moves by column then row (pixel then line).
|
| Enum | Description |
|---|---|
| AbstractSimpleIterator.Order |
Constants defining the visiting order that the iterator will
follow when moved with the
next() method. |
Copyright © 2009–2020. All rights reserved.