Uses of Interface java.awt.image.RasterOp

Uses in package java.awt.image

Classes implementing java.awt.image.RasterOp

class
AffineTransformOp performs matrix-based transformations (translations, scales, flips, rotations, and shears).
class
Filter Raster pixels by applying a matrix.
class
ColorConvertOp is a filter for converting images or rasters between colorspaces, either through a sequence of colorspaces or just from source to destination.
class
Convolution filter.
class
LookupOp is a filter that converts each pixel using a lookup table.
class
RescaleOp is a filter that changes each pixel by a scaling factor and offset.

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.