Generated by
JDiff

Package java.awt.image

Added Classes
BufferStrategy The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window.
DataBufferDouble This class extends DataBuffer and stores data internally in double form.
DataBufferFloat This class extends DataBuffer and stores data internally in float form.
VolatileImage VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g.
 

Changed Classes
BandedSampleModel This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
ColorModel The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example red green and blue) and an alpha component.
ComponentColorModel A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.
ComponentSampleModel This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
MultiPixelPackedSampleModel The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
PixelInterleavedSampleModel This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
SinglePixelPackedSampleModel This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element and each data data array element holds samples for only one pixel.