Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.image

Interface TileObserver

java.lang.Object
|
+--java.awt.image.TileObserver


public interface TileObserver

NEEDS DOCUMENTATION

Method Summary

voidtileUpdate(java.awt.image.WritableRenderedImage src, int x, int y, boolean writable)

NEEDS DOCUMENTATION

Method Details

tileUpdate

public void tileUpdate(java.awt.image.WritableRenderedImage src, int x, int y, boolean writable)

NEEDS DOCUMENTATION

Parameters: