|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface RenderedImageFactory
RenderedImageFactory 接口(通常简称为 RIF)由希望充当工厂以生成不同呈现的类实现,例如,根据一组特定的参数、属性和呈现提示集,通过对一组源执行一连串的 BufferedImageOp。
方法摘要 | |
---|---|
RenderedImage |
create(ParameterBlock paramBlock,
RenderingHints hints)
针对给定的 ParameterBlock 和 RenderingHints 创建表示成像操作(或操作链)结果的 RenderedImage。 |
方法详细信息 |
---|
RenderedImage create(ParameterBlock paramBlock, RenderingHints hints)
如果 RenderedImageFactory 不能为给定的源图像和参数集生成输出,则 create() 方法返回 null。例如,如果 RenderedImageFactory 在单一 band 的图像数据上只能执行 3x3 卷积,并且源图像有多个 band 或者卷积 Kernel 为 5x5,则应返回 null。
应考虑提示,也可以忽略它。创建的 RenderedImage 可能有由字符串 HINTS_OBSERVED 标识的属性,以指示使用了哪些 RenderingHint 创建该图像。此外,通过创建的 RenderedImage 上的 getSources() 方法获取的任何 RenderedImage 都可能具有该属性。
paramBlock
- 包含要创建的 RenderedImage 的源和参数的 ParameterBlock。hints
- 包含提示的 RenderingHints 对象。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。