Constructors
Name | Description |
---|---|
AreaAveragingScaleFilter(int, int) | Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters. |
Methods
Name | Description |
---|---|
setHints(int) | Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work. |
setPixels(int, int, int, int, ColorModel, byte[], int, int) | Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete. |
setPixels(int, int, int, int, ColorModel, int[], int, int) | Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete. |