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. |
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. |