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 变量和类型 类 描述 classAffineTransformOp此类使用仿射变换从二维坐标源图像中或执行的线性映射Raster到2D中的目标图像或在坐标Raster。classBandCombineOp该类使用指定的矩阵在Raster中执行波段的任意线性组合。classColorConvertOp此类对源图像中的数据执行逐像素颜色转换。classConvolveOp此类实现从源到目标的卷积。classLookupOp此类实现从源到目标的查找操作。classRescaleOpThis 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.
-