Generated by
JDiff

Class java.awt.image.ComponentSampleModel

Documentation changed from old to new.

Changed Constructors
ComponentSampleModel(int, int, int, int, int, int[]) Documentation changed from old to new.
Constructs a ComponentSampleModel with the specified parameters.
ComponentSampleModel(int, int, int, int, int, int[], int[]) Documentation changed from old to new.
Constructs a ComponentSampleModel with the specified parameters.
 

Added Methods
void setSample(int, int, int, double, DataBuffer) Sets a sample in the specified band for the pixel located at (x y) in the DataBuffer using a double for input.
void setSample(int, int, int, float, DataBuffer) Sets a sample in the specified band for the pixel located at (x y) in the DataBuffer using a float for input.
 

Changed Methods
SampleModel createCompatibleSampleModel(int, int) Documentation changed from old to new.
Creates a new ComponentSampleModel with the specified width and height.
double getSampleDouble(int, int, int, DataBuffer) Method was inherited from SampleModel, but is now defined locally. Returns the sample in a specified band for a pixel located at (x y) as a double.
float getSampleFloat(int, int, int, DataBuffer) Method was inherited from SampleModel, but is now defined locally. Returns the sample in a specified band for the pixel located at (x y) as a float.
 

Changed Fields
int numBands Documentation changed from old to new.
The number of bands in this ComponentSampleModel.
int numBanks Documentation changed from old to new.
The number of banks in this ComponentSampleModel.