Generated by
JDiff

Class java.awt.image.SinglePixelPackedSampleModel

Documentation changed from old to new.

Changed Constructors
SinglePixelPackedSampleModel(int, int, int, int, int[]) Documentation changed from old to new.
Constructs a SinglePixelPackedSampleModel with bitMasks.length bands and a scanline stride equal to scanlineStride data array elements.
SinglePixelPackedSampleModel(int, int, int, int[]) Documentation changed from old to new.
Constructs a SinglePixelPackedSampleModel with bitMasks.length bands.
 

Changed Methods
SampleModel createCompatibleSampleModel(int, int) Documentation changed from old to new.
This creates a new SinglePixelPackedSampleModel with the specified width and height.