Lines Matching refs:thumbnails

513      * Returns the number of images, not including thumbnails, available
1003 * an <code>IIOImage</code> containing the image, thumbnails, and
1045 * of the image, a set of thumbnails, and associated image
1069 ArrayList thumbnails = null;
1072 thumbnails = new ArrayList();
1074 thumbnails.add(readThumbnail(imageIndex, j));
1079 return new IIOImage(im, thumbnails, metadata);
1084 * thumbnails, and metadata, starting at the index given by
1191 ArrayList thumbnails = null;
1194 thumbnails = new ArrayList();
1196 thumbnails.add(readThumbnail(imageIndex, j));
1201 IIOImage im = new IIOImage(bi, thumbnails, metadata);
1594 * <p> A reader that does not support thumbnails need not
1597 * @return <code>true</code> if thumbnails are supported.
1606 * support thumbnails (<code>readerSupportsThumbnails</code>
1616 * @return <code>true</code> if the given image has thumbnails.
1619 * thumbnails but the input source has not been set.
1621 * thumbnails but <code>imageIndex</code> is out of bounds.
1630 * the given image. If the format does not support thumbnails,
1641 * @return the number of thumbnails associated with the given
1645 * thumbnails but the input source has not been set.
1647 * thumbnails but <code>imageIndex</code> is out of bounds.
1660 * <p> If the reader does not support thumbnails,
1676 * @exception UnsupportedOperationException if thumbnails are not
1693 * <p> If the reader does not support thumbnails,
1709 * @exception UnsupportedOperationException if thumbnails are not
1731 * <p> If the reader does not support thumbnails,
1745 * @exception UnsupportedOperationException if thumbnails are not
1937 * updates as images and thumbnails are decoded, including the
1942 * images and/or thumbnails, which may result in more efficient