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

Quick Search    Search Deep

com.arranger.jarl.test
Class GradientLoaderTest.ImageFilterObserver  view GradientLoaderTest.ImageFilterObserver download GradientLoaderTest.ImageFilterObserver.java

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

protected static class GradientLoaderTest.ImageFilterObserver
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 GradientLoaderTest.ImageFilterObserver()
           
 
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

GradientLoaderTest.ImageFilterObserver

protected GradientLoaderTest.ImageFilterObserver()
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