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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastInfo
int lastInfo
DebugGraphicsObserver
DebugGraphicsObserver()
allBitsPresent
boolean allBitsPresent()
imageHasProblem
boolean imageHasProblem()
imageUpdate
public boolean imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height)
comments?