软件包 | 描述 |
---|---|
java.awt.image |
提供创建和修改图像的类。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
Modifier and Type | Class and Description |
---|---|
class |
AreaAveragingScaleFilter
缩放图像的使用一个简单的面积平均算法,产生比最近邻算法平滑结果首先根据类。
|
class |
BufferedImageFilter
BufferedImageFilter 类的子类的一个
ImageFilter 提供一个简单的使用一个单源/目的地形象的操作装置(
BufferedImageOp )过滤
BufferedImage 图像中的生产者/消费者/观察者模式。
|
class |
CropImageFilter
首先根据裁剪图像类。
|
class |
ReplicateScaleFilter
缩放图像使用简单的算法首先根据类。
|
class |
RGBImageFilter
这个类提供了创建一个图像过滤修改图像的像素的RGB颜色模型,默认的简单方法。
|
Modifier and Type | Method and Description |
---|---|
ImageFilter |
ImageFilter.getFilterInstance(ImageConsumer ic)
返回一个唯一的一个对象,首先根据实际执行过滤指定的imageconsumer实例。
|
Constructor and Description |
---|
FilteredImageSource(ImageProducer orig, ImageFilter imgf)
从现有的imageproducer和过滤对象构造一个imageproducer对象。
|
Modifier and Type | Class and Description |
---|---|
class |
GrayFilter
图像滤波,“禁用”变为灰度图像,图像中的像素变亮。
|
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.