Changed Methods |
SampleModel createCompatibleSampleModel(int, int)
|
Documentation changed from old to new. |
Creates a new SinglePixelPackedSampleModel with the specified width and height. |
boolean equals(Object )
|
Documentation changed from old to new. Method was inherited from Object, but is now defined locally.
|
|
int[] getBitMasks()
|
Documentation changed from old to new. |
Returns the bit masks for all bands. |
int[] getBitOffsets()
|
Documentation changed from old to new. |
Returns the bit offsets into the data array element representing a pixel for all bands. |
int getOffset(int, int)
|
Documentation changed from old to new. |
Returns the offset (in data array elements) of pixel (x y). |
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 getScanlineStride()
|
Documentation changed from old to new. |
Returns the scanline stride of this SinglePixelPackedSampleModel. |
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 all samples in for the specified pixel in an int array. |
int[] getPixels(int, int, int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Returns all samples for the specified rectangle of pixels in an int array one sample per array element. |
int[] getSamples(int, int, int, int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Returns the samples for a specified band for the specified rectangle of pixels in an int array one sample per array element. |
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 of samples for input. |
void setPixels(int, int, int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Sets all samples for a rectangle of pixels from an int array containing one sample per array element. |
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. |
void setSamples(int, int, int, int, int, int[], DataBuffer)
|
Documentation changed from old to new. |
Sets the samples in the specified band for the specified rectangle of pixels from an int array containing one sample per array element. |