FileDocCategorySizeDatePackage
TileObserver.javaAPI DocAndroid 1.5 API1690Wed May 06 22:41:54 BST 2009java.awt.image

TileObserver

public interface TileObserver
An asynchronous update interface for receiving notifications about tile information when tiles of a WritableRenderedImage become modifiable or unmodifiable.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public voidtileUpdate(java.awt.image.WritableRenderedImage source, int tileX, int tileY, boolean willBeWritable)
This method is called when information about a tile update is available.

param
source the source image.
param
tileX the X index of the tile.
param
tileY the Y index of the tile.
param
willBeWritable parameter which indicates whether the tile will be grabbed for writing or be released.