Changed Methods |
boolean equals(Object )
|
Documentation changed from old to new. Method was inherited from Object, but is now defined locally.
|
|
int getSample(int, int, int, DataBuffer)
|
Documentation changed from old to new. |
Returns as int the sample in a specified band for the pixel located at (x y). |
int hashCode()
|
Documentation changed from old to new. Method was inherited from Object, but is now defined locally. Changed from native to non-native.
|
|
Object getDataElements(int, int, Object, DataBuffer)
|
Documentation changed from old to new. |
Returns data for a single pixel in a primitive array of type TransferType. |
int[] getPixel(int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Returns the specified single band pixel in the first element of an int array. |
void setDataElements(int, int, Object, DataBuffer)
|
Documentation changed from old to new. |
Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType. |
void setPixel(int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Sets a pixel in the DataBuffer using an int array for input. |
void setSample(int, int, int, int, DataBuffer)
|
Documentation changed from old to new. |
Sets a sample in the specified band for the pixel located at (x y) in the DataBuffer using an int for input. |