info.aduna.graphics.image
Class ImageUtil
java.lang.Object
info.aduna.graphics.image.ImageUtil
public class ImageUtil
- extends Object
|
Method Summary |
static BufferedImage |
createCompatibleImage(int width,
int height,
int transparency)
Invokes createCompatibleImage with the same arguments on a statically
maintained GraphicsConfiguration instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtil
public ImageUtil()
createCompatibleImage
public static BufferedImage createCompatibleImage(int width,
int height,
int transparency)
- Invokes createCompatibleImage with the same arguments on a statically
maintained GraphicsConfiguration instance.
Copyright © 1997-2008 Aduna. All Rights Reserved.