ReplicateScaleFilter.setPixels

ReplicateScaleFilter.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
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.

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
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.

Overrides
setPixels in class ImageFilter