Uses of Class java.awt.image.WritableRaster

Uses in package gnu.javax.imageio.png

Methods with return type java.awt.image.WritableRaster

WritableRaster
Parse the appropriate color type and create an AWT raster for it.

Uses in package gnu.awt.j2d

Constructors with parameter type java.awt.image.WritableRaster

Methods with return type java.awt.image.WritableRaster

WritableRaster

Uses in package gnu.javax.imageio.jpeg

Methods with parameter type java.awt.image.WritableRaster

void
JPEGComponent.writeBlock(WritableRaster raster, double[][] data, int compIndex, int x, int y)
This write the block of data to the raster throwing out anything that spills over the raster width or height.
void
JPEGComponent.writeData(WritableRaster raster, int componentIndex)
This writes data to a raster block, so really it's reading not writing but it writes the data to the raster block by factor size in a zig zag fashion.

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)
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

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
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
WritableRaster
WritableRaster
Returns the raster's parent, cast as a WritableRaster.
WritableRaster
BufferedImage.getWritableTile(int tileX, int tileY)
WritableRaster

Uses in package gnu.java.awt.java2d

Constructors with parameter type java.awt.image.WritableRaster

Methods with parameter type java.awt.image.WritableRaster

void
Performs compositing according to the rules specified in the AlphaComposite from the constructor.

Methods with return type java.awt.image.WritableRaster

WritableRaster
Returns a WritableRaster that is used by this class to perform the rendering in.
WritableRaster
Returns a WritableRaster that is used by this class to perform the rendering in.

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 gnu.java.awt

Methods with parameter type java.awt.image.WritableRaster

WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.

Methods with return type java.awt.image.WritableRaster

WritableRaster
Returns a raster that can be used by this RasterOp as the destination raster when operating on the specified source raster.
WritableRaster
Returns an appropriate Raster that can efficiently back a BufferedImage with the given ColorModel and SampleModel.
WritableRaster
Performs an operation on the source raster, returning the result in a writable raster.

Uses in package gnu.java.awt.peer.gtk

Classes derived from java.awt.image.WritableRaster

class
CairoSurface - wraps a Cairo surface.

Methods with return type java.awt.image.WritableRaster

WritableRaster
WritableRaster
CairoSurface.createCompatibleWritableRaster(int x, int y, int w, int h)
WritableRaster
Returns an appropriate Raster that can efficiently back a BufferedImage with the given ColorModel and SampleModel.
WritableRaster
CairoSurface.createWritableChild(int parentX, int parentY, int w, int h, int childMinX, int childMinY, int[] bandList)
WritableRaster