Home | History | Annotate | Download | only in imageio

Lines Matching full:with

3  *  contributor license agreements.  See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
49 * The list with thumbnails associated with the image.
54 * The metadata associated with the image.
59 * Instantiates a new IIOImage with the specified RenderedImage, list of
82 * Instantiates a new IIOImage with the specified Raster, list of thumbnails
105 * associated with a Raster.
108 * associated with a Raster.
129 * Returns true if the IIOImage object associated with a Raster, or false if
130 * it's associated with a RenderedImage.
132 * @return true, if the IIOImage object associated with a Raster, or false
133 * if it's associated with a RenderedImage.
141 * associated with a RenderedImage.
143 * @return the Raster or null if this IIOImage object is associated with a
174 * Gets the thumbnail with the specified index in the list.
178 * @return the thumbnail with the specified index in the list.