public interface TileObserver
WritableRenderedImage
Modifier and Type | Method and Description |
---|---|
void |
tileUpdate(WritableRenderedImage source, int tileX, int tileY, boolean willBeWritable)
瓦片即将更新(即将要被书写,或正在从写作中释放)。
|
void tileUpdate(WritableRenderedImage source, int tileX, int tileY, boolean willBeWritable)
source
- 拥有该图块的图像。
tileX
- 要更新的磁
tileX
的X索引。
tileY
- 要更新的磁
tileY
的Y索引。
willBeWritable
- 如果是,则瓦片将被抓取写入;
否则正在被释放。
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.