Uses of Interface java.awt.image.RasterOp

Uses in package java.awt.image

Classes implementing java.awt.image.RasterOp

class
This class performs affine transformation between two images or rasters in 2 dimensions.
class
Filter Raster pixels by applying a matrix.
class
ColorConvertOp is a filter for converting an image from one colorspace to another colorspace.
class
Convolution filter.
class
LookupOp is a filter that converts each pixel using a lookup table.
class

Uses in package gnu.java.awt

Classes implementing java.awt.image.RasterOp

class
This raster copy operation assumes that both source and destination sample models are tightly pixel packed and contain the same number of bands.