public class SimpleIterator extends AbstractSimpleIterator
AbstractSimpleIterator.Order| Constructor and Description |
|---|
SimpleIterator(RenderedImage image,
Rectangle bounds,
Number outsideValue)
Creates a new iterator.
|
SimpleIterator(RenderedImage image,
Rectangle bounds,
Number outsideValue,
AbstractSimpleIterator.Order order)
Creates a new iterator.
|
public SimpleIterator(RenderedImage image, Rectangle bounds, Number outsideValue)
image - the target imagebounds - bounds for the iterator; if null the bounds of the target
image will be usedoutsideValue - value to return when the iterator is positioned beyond
the bounds of the target image; may be nullpublic SimpleIterator(RenderedImage image, Rectangle bounds, Number outsideValue, AbstractSimpleIterator.Order order)
image - the target imagebounds - bounds for the iterator; if null the bounds of the target
image will be usedoutsideValue - value to return when the iterator is positioned beyond
the bounds of the target image; may be nullorder - processing order for this iterator when using the AbstractSimpleIterator.next()
methodCopyright © 2009–2018. All rights reserved.