java.awt.image
Interface TileObserver


public interface TileObserver

NEEDS DOCUMENTATION


Method Summary
 void tileUpdate(WritableRenderedImage src, int x, int y, boolean writable)
           
 

Method Detail

tileUpdate

void tileUpdate(WritableRenderedImage src,
                int x,
                int y,
                boolean writable)