Lines Matching refs:image
36 package java.awt.image;
43 * or can produce image data in the form of Rasters. The image
52 * image data for this RenderedImage. This method returns null if
61 * Gets a property from the property set of this image. The set of
83 * Returns the ColorModel associated with this image. All Rasters
84 * returned from this image will have this as their ColorModel. This
86 * @return the <code>ColorModel</code> of this image.
91 * Returns the SampleModel associated with this image. All Rasters
92 * returned from this image will have this as their SampleModel.
93 * @return the <code>SampleModel</code> of this image.
178 * is live and will be updated if the image is changed.
186 * Returns the image as one large tile (for tile based
187 * images this will require fetching the whole image
188 * and copying the image data over). The Raster returned is
189 * a copy of the image data and will not be updated if the image
191 * @return the image as one large tile.
197 * The Raster returned is a copy of the image data and will not
198 * be updated if the image is changed.
210 * SampleModel that is compatible with this image. If raster is null,
213 * image, or null.