Generated by
JDiff

Class java.awt.image.MultiPixelPackedSampleModel

Changed Constructors
MultiPixelPackedSampleModel(int, int, int, int) Documentation changed from old to new.
Constructs a MultiPixelPackedSampleModel with the specified data type width height and number of bits per pixel.
MultiPixelPackedSampleModel(int, int, int, int, int, int) Documentation changed from old to new.
Constructs a MultiPixelPackedSampleModel with specified data type width height number of bits per pixel scanline stride and data bit offset.
 

Changed Methods
SampleModel createCompatibleSampleModel(int, int) Documentation changed from old to new.
Creates a new MultiPixelPackedSampleModel with the specified width and height.
SampleModel createSubsetSampleModel(int[]) Documentation changed from old to new.
Creates a new MultiPixelPackedSampleModel with a subset of the bands of this MultiPixelPackedSampleModel.