Uses of Class
org.apache.sis.image.PixelIterator.Builder
Packages that use PixelIterator.Builder
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of PixelIterator.Builder in org.apache.sis.image
Methods in org.apache.sis.image that return PixelIterator.BuilderModifier and TypeMethodDescriptionPixelIterator.Builder.setIteratorOrder
(SequenceType order) Sets the desired iteration order.PixelIterator.Builder.setRegionOfInterest
(Rectangle subArea) Sets the region (in pixel coordinates) where to perform the iteration.PixelIterator.Builder.setWindowSize
(Dimension window) Sets the size of the window to use inPixelIterator.createWindow(TransferType)
method.