Uses of Interface java.awt.image.BufferedImageOp

Uses in package java.awt

Methods with parameter type java.awt.image.BufferedImageOp

void
Graphics2D.drawImage(BufferedImage image, BufferedImageOp op, int x, int y)

Uses in package java.awt.image

Classes implementing java.awt.image.BufferedImageOp

class
AffineTransformOp performs matrix-based transformations (translations, scales, flips, rotations, and shears).
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.

Constructors with parameter type java.awt.image.BufferedImageOp

Methods with return type java.awt.image.BufferedImageOp

BufferedImageOp