软件包 | 描述 |
---|---|
java.awt.image |
提供创建和修改图像的类。
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransformOp
这类使用仿射变换进行线性映射的源图像中的二维坐标或
Raster 二维坐标系中的目标图像或
Raster 。
|
class |
BandCombineOp
这类执行一
Raster 频带的任意线性组合,使用指定的矩阵。
|
class |
ColorConvertOp
这个类执行一个像素的像素颜色转换的源图像中的数据。
|
class |
ConvolveOp
这个类实现从源到目的地的一个卷积。
|
class |
LookupOp
这个类实现从源到目的地的查找操作。
|
class |
RescaleOp
这类的样本值乘以每个像素由一个比例因子,然后加上一个偏移量执行由源图像中的像素的像素数据转换。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.