ImageReader
object calling this method.
@param theThumbnail the BufferedImage
thumbnailbeing updated.
@param minX the X coordinate of the leftmost updated columnof pixels.
@param minY the Y coordinate of the uppermost updated rowof pixels.
@param width the number of updated pixels horizontally.
@param height the number of updated pixels vertically.
@param periodX the horizontal spacing between updated pixels;a value of 1 means no gaps.
@param periodY the vertical spacing between updated pixels;a value of 1 means no gaps.
@param bands an array of int
s indicating whichbands are being updated.
@see #imageUpdate
ImageReader
object calling this method.
@param theThumbnail the BufferedImage
thumbnailbeing updated.
@param minX the X coordinate of the leftmost updated columnof pixels.
@param minY the Y coordinate of the uppermost updated rowof pixels.
@param width the number of updated pixels horizontally.
@param height the number of updated pixels vertically.
@param periodX the horizontal spacing between updated pixels;a value of 1 means no gaps.
@param periodY the vertical spacing between updated pixels;a value of 1 means no gaps.
@param bands an array of int
s indicating whichbands are being updated.
@see #imageUpdate
|
|
|
|
|
|
|
|