Changed Methods |
Raster createRaster(SampleModel, DataBuffer, Point)
|
Documentation changed from old to new. |
Creates a Raster with the specified SampleModel and DataBuffer. |
WritableRaster createBandedRaster(int, int, int, int, int[], int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a BandedSampleModel with the specified data type width height scanline stride bank indices and band offsets. |
WritableRaster createBandedRaster(int, int, int, int, Point)
|
Documentation changed from old to new. |
Creates a Raster based on a BandedSampleModel with the specified data type width height and number of bands. |
WritableRaster createBandedRaster(DataBuffer, int, int, int, int[], int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a BandedSampleModel with the specified DataBuffer width height scanline stride bank indices and band offsets. |
WritableRaster createInterleavedRaster(int, int, int, int, int, int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type width height scanline stride pixel stride and band offsets. |
WritableRaster createInterleavedRaster(int, int, int, int, Point)
|
Documentation changed from old to new. |
Creates a Raster based on a PixelInterleavedSampleModel with the specified data type width height and number of bands. |
WritableRaster createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a PixelInterleavedSampleModel with the specified DataBuffer width height scanline stride pixel stride and band offsets. |
WritableRaster createPackedRaster(int, int, int, int, int, Point)
|
Documentation changed from old to new. |
Creates a Raster based on a packed SampleModel with the specified data type width height number of bands and bits per band. |
WritableRaster createPackedRaster(int, int, int, int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a SinglePixelPackedSampleModel with the specified data type width height and band masks. |
WritableRaster createPackedRaster(DataBuffer, int, int, int, int[], Point)
|
Documentation changed from old to new. |
Creates a Raster based on a SinglePixelPackedSampleModel with the specified DataBuffer width height scanline stride and band masks. |
WritableRaster createPackedRaster(DataBuffer, int, int, int, Point)
|
Documentation changed from old to new. |
Creates a Raster based on a MultiPixelPackedSampleModel with the specified DataBuffer width height and bits per pixel. |
WritableRaster createWritableRaster(SampleModel, Point)
|
Documentation changed from old to new. |
Creates a WritableRaster with the specified SampleModel. |
WritableRaster createWritableRaster(SampleModel, DataBuffer, Point)
|
Documentation changed from old to new. |
Creates a WritableRaster with the specified SampleModel and DataBuffer. |
Object getDataElements(int, int, Object)
|
Documentation changed from old to new. |
Returns data for a single pixel in a primitive array of type TransferType. |