Uses of Class
org.apache.sis.image.PixelIterator.Window
Packages that use PixelIterator.Window
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of PixelIterator.Window in org.apache.sis.image
Subclasses of PixelIterator.Window in org.apache.sis.imageModifier and TypeClassDescriptionprivate final classPixelIterator.Windowimplementation backed by an array ofdouble[].private final classPixelIterator.Windowimplementation backed by an array offloat[].private final classPixelIterator.Windowimplementation backed by an array ofdouble[].private final classPixelIterator.Windowimplementation backed by an array offloat[].private final classPixelIterator.Windowimplementation backed by an array ofint[].Methods in org.apache.sis.image that return PixelIterator.WindowModifier and TypeMethodDescription(package private) PixelIterator.Window<DoubleBuffer>BandedIterator.createWindow(double[] data, double[] transfer) (package private) PixelIterator.Window<FloatBuffer>BandedIterator.createWindow(float[] data, float[] transfer) Creates a window for floating point values using the given arrays.(package private) PixelIterator.Window<DoubleBuffer>PixelIterator.createWindow(double[] data, double[] transfer) (package private) PixelIterator.Window<FloatBuffer>PixelIterator.createWindow(float[] data, float[] transfer) Creates a window for floating point values using the given arrays.<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.Methods in org.apache.sis.image with parameters of type PixelIterator.WindowModifier and TypeMethodDescription(package private) final voidPixelIterator.fetchValues(PixelIterator.Window<?> window, Object data) Updates the content of given window with the sample values in the region starting at current iterator position.