| 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. |
|
ComponentSampleModel
|
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. |
|
IndexColorModel
|
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace. |