Uses of Class
org.apache.sis.image.PixelIterator
-
Packages that use PixelIterator Package Description org.apache.sis.image Provides helper classes for handling Java2D rendered images together with some operations. -
-
Uses of PixelIterator in org.apache.sis.image
Subclasses of PixelIterator in org.apache.sis.image Modifier and Type Class Description class
WritablePixelIterator
A pixel iterator capable to write sample values.Methods in org.apache.sis.image that return PixelIterator Modifier and Type Method Description PixelIterator
PixelIterator.Builder. create(Raster data)
Creates a read-only iterator for the given raster.PixelIterator
PixelIterator.Builder. create(RenderedImage data)
Creates a read-only iterator for the given image.static PixelIterator
PixelIterator. create(RenderedImage data)
Creates an iterator for all pixels in the given image.
-