PixelGrabber.setPixels

PixelGrabber.setPixels

Class Overview | Class Members | This Package | All Packages

Syntax 1
public void setPixels( int srcX, int srcY, int srcW, int srcH, ColorModel model, byte pixels[], int srcOff, int srcScan )
Description
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.



Syntax 2
public void setPixels( int srcX, int srcY, int srcW, int srcH, ColorModel model, int pixels[], int srcOff, int srcScan )
Description
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.