Lines Matching defs:image

37 package java.awt.image;
41 import sun.awt.image.ByteInterleavedRaster;
42 import sun.awt.image.ShortInterleavedRaster;
43 import sun.awt.image.IntegerInterleavedRaster;
44 import sun.awt.image.ByteBandedRaster;
45 import sun.awt.image.ShortBandedRaster;
46 import sun.awt.image.BytePackedRaster;
47 import sun.awt.image.SunWritableRaster;
119 * @see java.awt.image.DataBuffer
120 * @see java.awt.image.SampleModel
121 * @see java.awt.image.PixelInterleavedSampleModel
122 * @see java.awt.image.BandedSampleModel
123 * @see java.awt.image.SinglePixelPackedSampleModel
124 * @see java.awt.image.MultiPixelPackedSampleModel
134 /** The DataBuffer that stores the image data. */
192 * @param w the width in pixels of the image data
193 * @param h the height in pixels of the image data
234 * @param w the width in pixels of the image data
235 * @param h the height in pixels of the image data
236 * @param scanlineStride the line stride of the image data
237 * @param pixelStride the pixel stride of the image data
294 * @param w the width in pixels of the image data
295 * @param h the height in pixels of the image data
343 * @param w the width in pixels of the image data
344 * @param h the height in pixels of the image data
345 * @param scanlineStride the line stride of the image data
434 * @param w the width in pixels of the image data
435 * @param h the height in pixels of the image data
498 * @param w the width in pixels of the image data
499 * @param h the height in pixels of the image data
604 * image data
605 * @param w the width in pixels of the image data
606 * @param h the height in pixels of the image data
607 * @param scanlineStride the line stride of the image data
608 * @param pixelStride the pixel stride of the image data
667 * image data
668 * @param w the width in pixels of the image data
669 * @param h the height in pixels of the image data
670 * @param scanlineStride the line stride of the image data
737 * image data
738 * @param w the width in pixels of the image data
739 * @param h the height in pixels of the image data
740 * @param scanlineStride the line stride of the image data
799 * image data
800 * @param w the width in pixels of the image data
801 * @param h the height in pixels of the image data
1039 * @param dataBuffer The DataBuffer that contains the image data
1073 * @param dataBuffer The DataBuffer that contains the image data
1074 * @param aRegion The Rectangle that specifies the image area
1433 /** Returns the SampleModel that describes the layout of the image data.
1442 * TransferType. For image data supported by the Java 2D(tm) API,
1452 * @see java.awt.image.SampleModel#getDataElements(int, int, Object, DataBuffer)
1474 * For image data supported by the Java 2D API, this
1484 * @see java.awt.image.SampleModel#getDataElements(int, int, int, int, Object, DataBuffer)