| Package | Description |
|---|---|
| org.jaitools.imageutils |
Helper classes used by image operators, plus general utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSet.Iterator<K> |
ImageSet.getIterator()
Gets a new iterator based on the bounds of the first image added
to this set or, if that has been removed, the image that has been
in this set for the longest period.
|
ImageSet.Iterator<K> |
ImageSet.getIterator(K referenceImageKey)
Gets a new iterator based on the bounds of the image with the
specified key value.
|
ImageSet.Iterator<K> |
ImageSet.getIterator(Rectangle bounds)
Gets a new iterator based on the bounds of the image with the
specified key value.
|
Copyright © 2009–2020. All rights reserved.