CropImageFilter.setPixels

CropImageFilter.setPixels

Class Overview | Class Members | This Package | All Packages

Syntax 1
public void setPixels( int x, int y, int w, int h, ColorModel model, byte pixels[], int off, int scansize )
Description
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.

Overrides
setPixels in class ImageFilter



Syntax 2
public void setPixels( int x, int y, int w, int h, ColorModel model, int pixels[], int off, int scansize )
Description
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.

Overrides
setPixels in class ImageFilter