Lines Matching defs:image

36 package java.awt.image;
40 * in an image. All image data is expressed as a collection of pixels.
42 * for one band of an image and a band consists of all samples of a
43 * particular type in an image. For example, a pixel might contain
45 * There are three bands in the image containing this pixel. One band
47 * image. The second band consists of all the green samples and
56 * In the Java 2D(tm) API, built-in image processing operators may
72 * @see java.awt.image.DataBuffer
73 * @see java.awt.image.Raster
74 * @see java.awt.image.ComponentSampleModel
75 * @see java.awt.image.PixelInterleavedSampleModel
76 * @see java.awt.image.BandedSampleModel
77 * @see java.awt.image.MultiPixelPackedSampleModel
78 * @see java.awt.image.SinglePixelPackedSampleModel
84 /** Width in pixels of the region of image data that this SampleModel
89 /** Height in pixels of the region of image data that this SampleModel
94 /** Number of bands of the image data that this SampleModel describes. */
98 * @see java.awt.image.DataBuffer
111 * @param w The width (in pixels) of the region of image data.
112 * @param h The height (in pixels) of the region of image data.
113 * @param numBands The number of bands of the image data.
153 * @return the width in pixels of the region of image data
161 * @return the height in pixels of the region of image data
168 /** Returns the total number of bands of image data.
169 * @return the number of bands of image data that this
215 * @see java.awt.image.DataBuffer
229 * @param data The DataBuffer containing the image data
255 * TransferType. For image data supported by the Java 2D API, this
288 * @param data The DataBuffer containing the image data.
292 * @see java.awt.image.DataBuffer
305 * For image data supported by the Java 2D API, this
342 * @param data The DataBuffer containing the image data.
347 * @see java.awt.image.DataBuffer
493 * primitive array of type TransferType. For image data supported by
524 * @param data The DataBuffer containing the image data.
528 * @see java.awt.image.DataBuffer
539 * from a primitive array of type TransferType. For image data supported
573 * @param data The DataBuffer containing the image data.
577 * @see java.awt.image.DataBuffer
693 * @param data The DataBuffer containing the image data.
724 * @param data The DataBuffer containing the image data.
758 * @param data The DataBuffer containing the image data.
806 * @param data The DataBuffer containing the image data.
854 * @param data The DataBuffer containing the image data.
901 * @param data The DataBuffer containing the image data.
920 * @param data The DataBuffer containing the image data.
942 * @param data The DataBuffer containing the image data.
968 * @param data The DataBuffer containing the image data.
1016 * @param data The DataBuffer containing the image data.
1065 * @param data The DataBuffer containing the image data.
1110 * @param data The DataBuffer containing the image data.
1130 * @param data The DataBuffer containing the image data.
1149 * @param data The DataBuffer containing the image data.
1172 * @param data The DataBuffer containing the image data.
1210 * @param data The DataBuffer containing the image data.
1248 * @param data The DataBuffer containing the image data.
1285 * @param data The DataBuffer containing the image data.
1309 * @param data The DataBuffer containing the image data.
1337 * @param data The DataBuffer containing the image data.
1363 * @param data The DataBuffer containing the image data.
1401 * @param data The DataBuffer containing the image data.
1439 * @param data The DataBuffer containing the image data.
1470 * @param w the width of the image data
1471 * @param h the height of the image data
1472 * @return a <code>SampleModel</code> describing the same image