com.lc.util.awt
Class  NullImageObserver
java.lang.Object
  |
  +--com.lc.util.awt.NullImageObserver
- All Implemented Interfaces: 
- java.awt.image.ImageObserver
- public final class NullImageObserver- extends java.lang.Object- implements java.awt.image.ImageObserver
Implementation of ImageObserver doing nothing.
- Version: 
- $Revision: 1.1.1.1 $  $Date: 2002/02/19 22:12:04 $
- Author: 
- Laurent Caillette
| Fields inherited from interface java.awt.image.ImageObserver | 
| ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NullImageObserver
public NullImageObserver()
getInstance
public static final NullImageObserver getInstance()
- 
 
imageUpdate
public boolean imageUpdate(java.awt.Image img,
                           int infoflags,
                           int x,
                           int y,
                           int width,
                           int height)
- 
- Specified by: 
- imageUpdatein interface- java.awt.image.ImageObserver