|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--client.Util
A utility class for use with DoubleBuffered Container
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static void |
waitForImage(java.awt.Component component,
java.awt.Image image)
Waits until the specified image associated with the specified component has loaded from the default toolkit. |
static void |
wallPaper(java.awt.Component component,
java.awt.Graphics g,
java.awt.Image image)
Updates the background image only where a moving component damages it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Util()
| Method Detail |
public static void waitForImage(java.awt.Component component,
java.awt.Image image)
component - A componentimage - An image associated with a given component
public static void wallPaper(java.awt.Component component,
java.awt.Graphics g,
java.awt.Image image)
component - A componentg - A graphics contextimage - An image associated with the given component
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||