javax.swing
Class DebugGraphicsObserver

java.lang.Object
  |
  +--javax.swing.DebugGraphicsObserver
All Implemented Interfaces:
java.awt.image.ImageObserver

class DebugGraphicsObserver
extends Object
implements java.awt.image.ImageObserver

ImageObserver for DebugGraphics, used for images only.

Version:
1.9 12/03/01
Author:
Dave Karlton

Field Summary
(package private)  int lastInfo
           
 
Constructor Summary
(package private) DebugGraphicsObserver()
           
 
Method Summary
(package private)  boolean allBitsPresent()
           
(package private)  boolean imageHasProblem()
           
 boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastInfo

int lastInfo
Constructor Detail

DebugGraphicsObserver

DebugGraphicsObserver()
Method Detail

allBitsPresent

boolean allBitsPresent()

imageHasProblem

boolean imageHasProblem()

imageUpdate

public boolean imageUpdate(Image img,
                           int infoflags,
                           int x,
                           int y,
                           int width,
                           int height)


comments?