Uses of Class
org.apache.sis.image.PixelIterator.Window
-
Packages that use PixelIterator.Window Package Description org.apache.sis.image Provides helper classes for handling Java2D rendered images together with some operations. -
-
Uses of PixelIterator.Window in org.apache.sis.image
Methods in org.apache.sis.image that return PixelIterator.Window Modifier and Type Method Description abstract <T extends Buffer>
PixelIterator.Window<T>PixelIterator. createWindow(TransferType<T> type)
Returns a moving window over the sample values in a rectangular region starting at iterator position.
-