swingwt.awt.image
Interface ImageObserver
- All Known Implementing Classes:
- Component
- public interface ImageObserver
Method Summary |
boolean |
imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height)
|
WIDTH
public static final int WIDTH
- See Also:
- Constant Field Values
HEIGHT
public static final int HEIGHT
- See Also:
- Constant Field Values
PROPERTIES
public static final int PROPERTIES
- See Also:
- Constant Field Values
SOMEBITS
public static final int SOMEBITS
- See Also:
- Constant Field Values
FRAMEBITS
public static final int FRAMEBITS
- See Also:
- Constant Field Values
ALLBITS
public static final int ALLBITS
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
ABORT
public static final int ABORT
- See Also:
- Constant Field Values
imageUpdate
public boolean imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height)