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
-瓦,正在更新X指数。
tileY
-瓦正在更新指标。
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.