JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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.