| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface TileObserver
希望在出现以下情况时被通知的对象的接口:某个 writer 通过调用 getWritableTile 使 WritableRenderedImage 的 tile 变得可修改;通过最后调用 releaseWritableTile 使这些 tile 变得不可修改。
WritableRenderedImage| 方法摘要 | |
|---|---|
|  void | tileUpdate(WritableRenderedImage source,
           int tileX,
           int tileY,
           boolean willBeWritable)即将被更新的 tile(此 tile 或者即将被获取以写入,或者正在从写入释放)。 | 
| 方法详细信息 | 
|---|
void tileUpdate(WritableRenderedImage source,
                int tileX,
                int tileY,
                boolean willBeWritable)
source - 拥有 tile 的图像。tileX - 正在被更新的 tile 的 X 索引。tileY - 正在被更新的 tile 的 Y 索引。willBeWritable - 如果为 true,则 tile 将被获取以写入,否则它正在被释放。| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。