Package javax.media.jai.iterator

Interface Summary
RandomIter An iterator that allows random read-only access to any sample within its bounding rectangle.
RectIter An iterator for traversing a read-only image in top-to-bottom, left-to-right order.
RookIter An iterator for traversing a read-only image using arbitrary up-down and left-right moves.
WritableRandomIter An iterator that allows random read/write access to any sample within its bounding rectangle.
WritableRectIter An iterator for traversing a read/write image in top-to-bottom, left-to-right order.
WritableRookIter An iterator for traversing a read/write image using arbitrary up-down and left-right moves.
 

Class Summary
RandomIterFactory A factory class to instantiate instances of the RandomIter and WritableRandomIter interfaces on sources of type Raster, RenderedImage, and WritableRenderedImage.
RectIterFactory A factory class to instantiate instances of the RectIter and WritableRectIter interfaces on sources of type Raster, RenderedImage, and WritableRenderedImage.
RookIterFactory A factory class to instantiate instances of the RookIter and WritableRookIter interfaces on sources of type Raster, RenderedImage, and WritableRenderedImage.