GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.awt.image.WritableRaster | |
void | Compose the two source images into the composite 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 | |
ColorModel | |
void | |
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 | 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 | ColorModel.createCompatibleWritableRaster(int w, int h) |
WritableRaster | ComponentColorModel.createCompatibleWritableRaster(int w, int h) |
WritableRaster | DirectColorModel.createCompatibleWritableRaster(int w, int h) Creates a WriteableRaster that has a SampleModel
that is compatible with this ColorModel .
|
WritableRaster | Raster.createCompatibleWritableRaster(int w, int h) 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 | 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 | Creates a new raster.
|
WritableRaster | 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 | 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 | WritableRenderedImage.getWritableTile(int x, int y) |
GNU Classpath (0.95) |