|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.ImageUtils
public class ImageUtils
Image utilities.
This static class provides various utility methods for manipulating images.
Constructor Summary | |
---|---|
protected |
ImageUtils()
Don't allow instantiation, do allow overrides. |
Method Summary | |
---|---|
static void |
makeGhost(java.awt.image.BufferedImage image)
Makes a ghost image suitable for dragging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ImageUtils()
Method Detail |
---|
public static void makeGhost(java.awt.image.BufferedImage image)
All of the white pixels in the image are changed to transparent pixels. All other pixels have their intensity halved.
image
- The buffered image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |