Uses of Class
org.apache.sis.image.PixelIterator.Builder
-
Packages that use PixelIterator.Builder Package Description org.apache.sis.image 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.Builder Modifier and Type Method Description PixelIterator.Builder
PixelIterator.Builder. setRegionOfInterest(Rectangle subArea)
Sets the region (in pixel coordinates) where to perform the iteration.PixelIterator.Builder
PixelIterator.Builder. setWindowSize(Dimension window)
Sets the size of the window to use inPixelIterator.createWindow(TransferType)
method.
-