Lines Matching refs:image
35 import java.awt.image.BufferedImage;
36 import java.awt.image.Raster;
37 import java.awt.image.RenderedImage;
240 * Gets the minimum valid index for reading an image, thumbnail, or image
243 * @return the minimum valid index for reading an image, thumbnail, or image
291 * Gets the width of the specified image in input source.
294 * the image index.
302 * Gets the height of the specified image in input source.
305 * the image index.
313 * Checks if the storage format of the specified image places an impediment
317 * the image's index.
318 * @return true, if the storage format of the specified image places an
328 * Gets the aspect ratio (width devided by height) of the image.
331 * the image index.
332 * @return the aspect ratio of the image.
342 * image.
345 * the image's index.
356 * image types that may be used when decoding specified image.
359 * the image index.
402 * Gets the image metadata of the specified image in input source.
405 * the image index.
413 * Gets the image metadata of the specified image input source.
416 * the image index.
432 * Reads the specified image and returns it as a BufferedImage using the
436 * the image index.
446 * Reads the specified image and returns it as a BufferedImage using the
450 * the image index.
460 * Reads the specified image and returns an IIOImage with this image,
461 * thumbnails, and metadata for this image, using the specified
465 * the image index.
500 * image.
503 * the image index.
515 * Checks if the specified image has tiles or not.
518 * the image's index.
519 * @return true, if the specified image has tiles, false otherwise.
528 * Gets the tile width in the specified image.
531 * the image's index.
541 * Gets the tile height in the specified image.
544 * the image's index.
555 * specified image.
558 * the image's index.
569 * specified image.
572 * the image's index.
583 * specified image and returns it as a BufferedImage.
586 * the image index.
601 * specified image and returns it as a Raster.
604 * the image index.
618 * Reads the specified image using the specified ImageReadParam and returns
622 * the image index.
635 * Returns true if the image format supported by this reader supports
638 * @return true, if the image format supported by this reader supports
646 * Checks if the specified image has thumbnails or not.
649 * the image's index.
650 * @return true, if the specified image has thumbnails, false otherwise.
659 * Gets the number of thumbnails for the specified image.
662 * the image's index.
672 * Gets the width of the specified thumbnail for the specified image.
675 * the image's index.
687 * Gets the height of the specified thumbnail for the specified image.
690 * the image's index.
702 * Reads the thumbnail image for the specified image as a BufferedImage.
705 * the image index.
824 * Processes the start of an sequence of image reads by calling the
835 * Processes the completion of an sequence of image reads by calling
843 * Processes the start of an image read by calling the imageStarted method
847 * the image index.
854 * Processes the current percentage of image completion by calling the
865 * Processes image completion by calling the imageComplete method on all
877 * the image index.
917 * the image to be updated.
945 * the image to be updated.
971 * the image to be updated.
1006 * Processes the update of a set of samples in a thumbnail image by calling
1087 * Gets the region of source image that should be read with the specified
1093 * the source image's width.
1095 * the source image's height.
1104 * with the specified the width and height of the source image, an optional
1105 * destination image, and an ImageReadParam.
1110 * the source image's width.
1112 * the source image's height.
1113 * @param image
1114 * the destination image.
1121 BufferedImage image, Rectangle srcRegion, Rectangle destRegion) {
1127 * the reader knows the number of bands of the source image and the number
1128 * of bands of the destination image.
1131 * the ImageReadParam for reading the Image.
1143 * Gets the destination image where the decoded data is written.
1150 * the width of the image being decoded.
1152 * the height of the image being decoded.