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, mouseWheelMoved
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IcyDesktopPane.BackgroundDesktopOverlay()
public void paint(java.awt.Graphics g, int width, int height)
paint
in interface IcyDesktopPane.DesktopOverlay
paint
in class IcyDesktopPane.AbstractDesktopOverlay
public boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)
imageUpdate
in interface java.awt.image.ImageObserver