public class SimpleIterator extends AbstractSimpleIterator
AbstractSimpleIterator.DelegateHelper, AbstractSimpleIterator.OrderdelegateIter, imageDataType, imageRef, iterBounds| 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.
|
checkBandArg, done, getBounds, getEndPos, getImage, getPos, getPos, getSample, getSample, getSample, getSample, getSample, getSample, getStartPos, getSubBounds, hasNext, isInsideDelegateBounds, isWithinImage, next, reset, setDelegatePosition, setPos, setPospublic 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–2020. All rights reserved.