ImageConsumer methods
n void setDimensions(int width, int height)
n The dimensions of the source image are reported using the setDimensions method call. n Void setPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off, int scansize) nThe pixels of the image are delivered using one or more calls to the setPixels method.
n