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 描述 classAffineTransformOp该类使用仿射变换来执行从源图像中的2D坐标或目标图像中的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. 
 -