|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.media.jai.iterator.RookIterFactory
A factory class to instantiate instances of the RookIter and WritableRookIter interfaces on sources of type Raster, RenderedImage, and WritableRenderedImage.
RookIter,
WritableRookIter| Method Summary | |
static RookIter |
create(Raster ras,
Rectangle bounds)
Constructs and returns an instance of RookIter suitable for iterating over the given bounding rectangle within the given Raster source. |
static RookIter |
create(RenderedImage im,
Rectangle bounds)
Constructs and returns an instance of RookIter suitable for iterating over the given bounding rectangle within the given RenderedImage source. |
static WritableRookIter |
createWritable(WritableRaster ras,
Rectangle bounds)
Constructs and returns an instance of WritableRookIter suitable for iterating over the given bounding rectangle within the given WritableRaster source. |
static WritableRookIter |
createWritable(WritableRenderedImage im,
Rectangle bounds)
Constructs and returns an instance of WritableRookIter suitable for iterating over the given bounding rectangle within the given WritableRenderedImage source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RookIter create(RenderedImage im,
Rectangle bounds)
im - a read-only RenderedImage source.bounds - the bounding Rectangle for the iterator, or null.
public static RookIter create(Raster ras,
Rectangle bounds)
ras - a read-only Raster source.bounds - the bounding Rectangle for the iterator, or null.
public static WritableRookIter createWritable(WritableRenderedImage im,
Rectangle bounds)
im - a WritableRenderedImage source.bounds - the bounding Rectangle for the iterator, or null.
public static WritableRookIter createWritable(WritableRaster ras,
Rectangle bounds)
ras - a WritableRaster source.bounds - the bounding Rectangle for the iterator, or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||