Changed Methods |
WritableRaster createWritableChild(int, int, int, int, int, int, int[])
|
Documentation changed from old to new. |
Returns a new WritableRaster which shares all or part of this WritableRaster's DataBuffer. |
WritableRaster createWritableTranslatedChild(int, int)
|
Documentation changed from old to new. |
Create a WritableRaster with the same size SampleModel and DataBuffer as this one but with a different location. |
WritableRaster getWritableParent()
|
Documentation changed from old to new. |
Returns the parent WritableRaster (if any) of this WritableRaster or else null. |
void setDataElements(int, int, int, int, Object)
|
Documentation changed from old to new. |
Sets the data for a rectangle of pixels from a primitive array of type TransferType. |
void setDataElements(int, int, Raster)
|
Documentation changed from old to new. |
Sets the data for a rectangle of pixels from an input Raster. |
void setDataElements(int, int, Object)
|
Documentation changed from old to new. |
Sets the data for a single pixel from a primitive array of type TransferType. |
void setPixel(int, int, double[])
|
Documentation changed from old to new. |
Sets a pixel in the DataBuffer using a double array of samples for input. |
void setPixel(int, int, float[])
|
Documentation changed from old to new. |
Sets a pixel in the DataBuffer using a float array of samples for input. |
void setPixel(int, int, int[])
|
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, double[])
|
Documentation changed from old to new. |
Sets all samples for a rectangle of pixels from a double array containing one sample per array element. |
void setPixels(int, int, int, int, float[])
|
Documentation changed from old to new. |
Sets all samples for a rectangle of pixels from a float array containing one sample per array element. |
void setPixels(int, int, int, int, int[])
|
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 setRect(int, int, Raster)
|
Documentation changed from old to new. |
Copies pixels from Raster srcRaster to this WritableRaster. |
void setRect(Raster )
|
Documentation changed from old to new. |
Copies pixels from Raster srcRaster to this WritableRaster. |
void setSample(int, int, int, double)
|
Documentation changed from old to new. |
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)
|
Documentation changed from old to new. |
Sets a sample in the specified band for the pixel located at (x y) in the DataBuffer using a float for input. |
void setSample(int, int, int, int)
|
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, double[])
|
Documentation changed from old to new. |
Sets the samples in the specified band for the specified rectangle of pixels from a double array containing one sample per array element. |
void setSamples(int, int, int, int, int, float[])
|
Documentation changed from old to new. |
Sets the samples in the specified band for the specified rectangle of pixels from a float array containing one sample per array element. |
void setSamples(int, int, int, int, int, int[])
|
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. |