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 变量和类型 类 描述 class
AffineTransformOp
此类使用仿射变换从二维坐标源图像中或执行的线性映射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.
-