java.lang.Object
com.arranger.jarl.filter.BaseFilter.ImageFilterObserver
- All Implemented Interfaces:
- java.awt.image.ImageObserver
- Enclosing class:
- BaseFilter
- protected static class BaseFilter.ImageFilterObserver
- extends java.lang.Object
- implements java.awt.image.ImageObserver
|
Field Summary |
protected boolean |
m_done
|
|
Method Summary |
boolean |
imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height)
This is a callback method for an asynchronous image producer to
provide updates on the production of the image as it happens. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_done
protected boolean m_done
BaseFilter.ImageFilterObserver
protected BaseFilter.ImageFilterObserver()
imageUpdate
public boolean imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height)
- Description copied from interface:
java.awt.image.ImageObserver
- This is a callback method for an asynchronous image producer to
provide updates on the production of the image as it happens.
- Specified by:
imageUpdate in interface java.awt.image.ImageObserver