Uses of Class java.awt.image.WritableRaster

Uses in package java.awt

Methods with parameter type java.awt.image.WritableRaster

void
Compose the two source images into the composite image.

Uses in package java.awt.image

Constructors with parameter type java.awt.image.WritableRaster

BufferedImage.BufferedImage(ColorModel colormodel, WritableRaster writableraster, boolean premultiplied, Hashtable properties)
WritableRaster.WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, WritableRaster parent)
Creates a new WritableRaster instance.

Methods with parameter type java.awt.image.WritableRaster

ColorModel
ColorModel.coerceData(WritableRaster raster, boolean isAlphaPremultiplied)
ColorModel
ComponentColorModel.coerceData(WritableRaster raster, boolean isAlphaPremultiplied)
ColorModel
DirectColorModel.coerceData(WritableRaster raster, boolean isAlphaPremultiplied)
void
ColorModel.coerceDataWorker(WritableRaster raster, boolean isAlphaPremultiplied)
WritableRaster
WritableRaster
WritableRaster
Transforms source raster using transform specified at the constructor.
WritableRaster
Filter Raster pixels through a matrix.
WritableRaster
Converts the source raster using the conversion path specified in the constructor.
WritableRaster
Converts the source raster using the kernel specified in the constructor.
WritableRaster
Filter a raster through a lookup table.
WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.
WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.
WritableRaster
Subclasses must override this method if it is possible for the color model to have an alpha channel.
WritableRaster
WritableRaster
Subclasses must override this method if it is possible for the color model to have an alpha channel.

Methods with return type java.awt.image.WritableRaster

WritableRaster
WritableRaster
WritableRaster
Raster.createBandedRaster(int dataType, int w, int h, int scanlineStride, int[] bankIndices, int[] bandOffsets, Point location)
Creates a new banded raster.
WritableRaster
Raster.createBandedRaster(int dataType, int w, int h, int bands, Point location)
Creates a new banded raster.
WritableRaster
Raster.createBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int[] bankIndices, int[] bandOffsets, Point location)
Creates a new banded raster.
WritableRaster
Creates a new WritableRaster with the size equal to the transformed source raster and correct number of bands .
WritableRaster
Creates a new WritableRaster that can be used as the destination for this Op.
WritableRaster
Creates a new WritableRaster with the size equal to the source and the correct number of bands.
WritableRaster
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
WritableRaster
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
WritableRaster
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
WritableRaster
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
WritableRaster
Creates a new writable raster that is compatible with this raster.
WritableRaster
WritableRaster
WritableRaster
Creates a WriteableRaster that has a SampleModel that is compatible with this ColorModel.
WritableRaster
Creates a new writable raster that is compatible with this raster.
WritableRaster
Raster.createCompatibleWritableRaster(int x, int y, int w, int h)
Creates a new writable raster that is compatible with this raster, with the specified bounds.
WritableRaster
Creates a new writable raster that is compatible with this raster, with the specified bounds.
WritableRaster
Raster.createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int[] bandOffsets, Point location)
Creates an interleaved raster.
WritableRaster
Raster.createInterleavedRaster(int dataType, int w, int h, int bands, Point location)
Creates an interleaved raster using the specified data type.
WritableRaster
Raster.createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int[] bandOffsets, Point location)
Creates a new interleaved raster.
WritableRaster
Raster.createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location)
Creates a new raster.
WritableRaster
Raster.createPackedRaster(int dataType, int w, int h, int[] bandMasks, Point location)
Creates a new packed raster.
WritableRaster
Raster.createPackedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int[] bandMasks, Point location)
Creates a new packed raster.
WritableRaster
Raster.createPackedRaster(DataBuffer dataBuffer, int w, int h, int bitsPerPixel, Point location)
Creates a new packed raster.
WritableRaster
WritableRaster.createWritableChild(int parentX, int parentY, int w, int h, int childMinX, int childMinY, int[] bandList)
WritableRaster
Creates a new writable raster.
WritableRaster
Creates a new writable raster.
WritableRaster
WritableRaster.createWritableTranslatedChild(int childMinX, int childMinY)
WritableRaster
Transforms source raster using transform specified at the constructor.
WritableRaster
Filter Raster pixels through a matrix.
WritableRaster
Converts the source raster using the conversion path specified in the constructor.
WritableRaster
Converts the source raster using the kernel specified in the constructor.
WritableRaster
Filter a raster through a lookup table.
WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.
WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.
WritableRaster
WritableRaster
Subclasses must override this method if it is possible for the color model to have an alpha channel.
WritableRaster
WritableRaster
Subclasses must override this method if it is possible for the color model to have an alpha channel.
WritableRaster
WritableRaster
Returns the raster's parent, cast as a WritableRaster.
WritableRaster
BufferedImage.getWritableTile(int tileX, int tileY)
WritableRaster