|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。