Uses of Interface
java.awt.image.RasterOp
-
Packages that use RasterOp 软件包 描述 java.awt.image 提供创建和修改图像的类。 -
-
Uses of RasterOp in java.awt.image
Classes in java.awt.image that implement RasterOp Modifier and Type Class 描述 class
AffineTransformOp
该类使用仿射变换来执行从源图像中的2D坐标或目标图像中的Raster
到2D坐标的线性映射或Raster
。class
BandCombineOp
该类使用指定的矩阵在Raster
执行带的任意线性组合。class
ColorConvertOp
该类对源图像中的数据执行逐像素颜色转换。class
ConvolveOp
该类实现从源到目的地的卷积。class
LookupOp
该类实现从源到目标的查找操作。class
RescaleOp
This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.
-