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