Uses of Class
org.apache.sis.image.PixelIterator
Packages that use PixelIterator
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
Image processing operations.
-
Uses of PixelIterator in org.apache.sis.image
Subclasses of PixelIterator in org.apache.sis.imageModifier and TypeClassDescriptionclassA pixel iterator capable to write sample values.Methods in org.apache.sis.image that return PixelIteratorModifier and TypeMethodDescriptionCreates a read-only iterator for the given raster.PixelIterator.Builder.create(RenderedImage data) Creates a read-only iterator for the given image.static PixelIteratorPixelIterator.create(RenderedImage data) Creates an iterator for all pixels in the given image. -
Uses of PixelIterator in org.apache.sis.internal.processing.image
Fields in org.apache.sis.internal.processing.image declared as PixelIteratorModifier and TypeFieldDescriptionprotected final PixelIteratorTiledProcess.Task.iteratorIterator over the pixels in the sub-region explored by this task.