public class IcyDesktopPane.BackgroundDesktopOverlay extends IcyDesktopPane.AbstractDesktopOverlay implements java.awt.image.ImageObserver
| Constructor and Description |
|---|
IcyDesktopPane.BackgroundDesktopOverlay() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height) |
void |
paint(java.awt.Graphics g,
int width,
int height) |
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMovedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic IcyDesktopPane.BackgroundDesktopOverlay()
public void paint(java.awt.Graphics g, int width, int height)
paint in interface IcyDesktopPane.DesktopOverlaypaint in class IcyDesktopPane.AbstractDesktopOverlaypublic boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)
imageUpdate in interface java.awt.image.ImageObserver