javax.media.jai.iterator |
|
Java Source File Name | Type | Comment |
JaiI18N.java | Class | |
RandomIter.java | Interface | An iterator that allows random read-only access to any sample
within its bounding rectangle. |
RandomIterFactory.java | Class | A factory class to instantiate instances of the RandomIter and
WritableRandomIter interfaces on sources of type Raster,
RenderedImage, and WritableRenderedImage. |
RectIter.java | Interface | An iterator for traversing a read-only image in top-to-bottom,
left-to-right order. |
RectIterFactory.java | Class | A factory class to instantiate instances of the RectIter and
WritableRectIter interfaces on sources of type Raster,
RenderedImage, and WritableRenderedImage. |
RookIter.java | Interface | An iterator for traversing a read-only image using arbitrary
up-down and left-right moves. |
RookIterFactory.java | Class | A factory class to instantiate instances of the RookIter and
WritableRookIter interfaces on sources of type Raster,
RenderedImage, and WritableRenderedImage. |
WritableRandomIter.java | Interface | An iterator that allows random read/write access to any sample
within its bounding rectangle. |
WritableRectIter.java | Interface | An iterator for traversing a read/write image in top-to-bottom,
left-to-right order. |
WritableRookIter.java | Interface | An iterator for traversing a read/write image using arbitrary
up-down and left-right moves. |