PixelGrabber.setPixels
Class Overview | Class Members | 
  This Package | 
All Packages
 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.
 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.