Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.test
Class FilterTest.MyObserver  view FilterTest.MyObserver download FilterTest.MyObserver.java

java.lang.Object
  extended bycom.arranger.jarl.test.FilterTest.MyObserver
All Implemented Interfaces:
java.awt.image.ImageObserver
Enclosing class:
FilterTest

protected static class FilterTest.MyObserver
extends java.lang.Object
implements java.awt.image.ImageObserver


Field Summary
protected  boolean m_done
           
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
protected FilterTest.MyObserver()
           
 
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
 

Field Detail

m_done

protected boolean m_done
Constructor Detail

FilterTest.MyObserver

protected FilterTest.MyObserver()
Method Detail

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