ImageFilter.setPixels
Class Overview | Class Members |
This Package |
All Packages
public void setPixels( int x,
int y,
int w,
int h,
ColorModel model,
byte pixels[],
int off,
int scansize )
Description
Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of bytes.
See Also
setPixels
public void setPixels( int x,
int y,
int w,
int h,
ColorModel model,
int pixels[],
int off,
int scansize )
Description
Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of integers.
See Also
setPixels