|
JSR-209 (Final Approval Ballot) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WritableRaster | |
| java.awt.image | Provides classes for creating and modifying images. |
| Uses of WritableRaster in java.awt.image |
| Methods in java.awt.image that return WritableRaster | |
WritableRaster |
RescaleOp.filter(Raster src,
WritableRaster dst)
Rescales the pixel data in the source Raster. |
WritableRaster |
RescaleOp.createCompatibleDestRaster(Raster src)
Creates a zeroed-destination Raster with the correct
size and number of bands, given this source. |
WritableRaster |
RenderedImage.copyData(WritableRaster raster)
Computes an arbitrary rectangular region of the RenderedImage and copies it into a caller-supplied WritableRaster. |
WritableRaster |
LookupOp.filter(Raster src,
WritableRaster dst)
Performs a lookup operation on a Raster. |
WritableRaster |
LookupOp.createCompatibleDestRaster(Raster src)
Creates a zeroed-destination Raster with the
correct size and number of bands, given this source. |
WritableRaster |
RasterOp.filter(Raster src,
WritableRaster dest)
Performs a single-input/single-output operation from a source Raster to a destination Raster. |
WritableRaster |
RasterOp.createCompatibleDestRaster(Raster src)
Creates a zeroed destination Raster with the correct size and number of bands. |
WritableRaster |
ConvolveOp.filter(Raster src,
WritableRaster dst)
Performs a convolution on Rasters. |
WritableRaster |
ConvolveOp.createCompatibleDestRaster(Raster src)
Creates a zeroed destination Raster with the correct size and number of bands, given this source. |
WritableRaster |
AffineTransformOp.filter(Raster src,
WritableRaster dst)
Transforms the source Raster and stores the results in
the destination Raster. |
WritableRaster |
AffineTransformOp.createCompatibleDestRaster(Raster src)
Creates a zeroed destination Raster with the correct size
and number of bands. |
WritableRaster |
BufferedImage.getRaster()
Returns the WritableRaster. |
WritableRaster |
BufferedImage.copyData(WritableRaster outRaster)
Computes an arbitrary rectangular region of the BufferedImage and copies it into a specified
WritableRaster. |
| Methods in java.awt.image with parameters of type WritableRaster | |
WritableRaster |
RescaleOp.filter(Raster src,
WritableRaster dst)
Rescales the pixel data in the source Raster. |
WritableRaster |
RenderedImage.copyData(WritableRaster raster)
Computes an arbitrary rectangular region of the RenderedImage and copies it into a caller-supplied WritableRaster. |
WritableRaster |
LookupOp.filter(Raster src,
WritableRaster dst)
Performs a lookup operation on a Raster. |
WritableRaster |
RasterOp.filter(Raster src,
WritableRaster dest)
Performs a single-input/single-output operation from a source Raster to a destination Raster. |
WritableRaster |
ConvolveOp.filter(Raster src,
WritableRaster dst)
Performs a convolution on Rasters. |
WritableRaster |
AffineTransformOp.filter(Raster src,
WritableRaster dst)
Transforms the source Raster and stores the results in
the destination Raster. |
WritableRaster |
BufferedImage.copyData(WritableRaster outRaster)
Computes an arbitrary rectangular region of the BufferedImage and copies it into a specified
WritableRaster. |
| Constructors in java.awt.image with parameters of type WritableRaster | |
WritableRaster(SampleModel sampleModel,
DataBuffer dataBuffer,
Rectangle aRegion,
Point sampleModelTranslate,
WritableRaster parent)
Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent. |
|
|
JSR-209 (Final Approval Ballot) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||