Lines Matching defs:image

36 package java.awt.image;
41 * This class represents image data which is stored such that each sample
45 * Accessor methods are provided so that image data can be manipulated
54 * The bands are numbered from 0 to N-1. This class can represent image
72 * @see java.awt.image.PixelInterleavedSampleModel
73 * @see java.awt.image.BandedSampleModel
81 /** Index for each bank storing a band of image data. */
97 * Line stride (in data array elements) of the region of image
102 /** Pixel stride (in data array elements) of the region of image
119 * image data described
121 * image data described
122 * @param pixelStride the pixel stride of the region of image
124 * @param scanlineStride the line stride of the region of image
180 * image data described
182 * image data described
183 * @param pixelStride the pixel stride of the region of image
185 * @param scanlineStride The line stride of the region of image
374 * combination will represent an image with a subset of the bands
534 * @see java.awt.image.SampleModel#getNumDataElements
581 * @param data the <code>DataBuffer</code> containing the image data
699 * @param data The DataBuffer containing the image data
736 * @param data The DataBuffer containing the image data
782 * @param data the <code>DataBuffer</code> containing the image data
806 * @param data The DataBuffer containing the image data
831 * @param data The DataBuffer containing the image data
860 * @param data the <code>DataBuffer</code> containing the image data
926 * @param data the DataBuffer containing the image data
1003 * @param data The DataBuffer containing the image data
1028 * @param data The DataBuffer containing the image data
1068 * @param data the DataBuffer containing the image data
1091 * @param data The DataBuffer containing the image data
1116 * @param data The DataBuffer containing the image data
1143 * @param data The DataBuffer containing the image data