info.aduna.graphics.image
Class ImageUtil

java.lang.Object
  extended by info.aduna.graphics.image.ImageUtil

public class ImageUtil
extends Object


Constructor Summary
ImageUtil()
           
 
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
 

Constructor Detail

ImageUtil

public ImageUtil()
Method Detail

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.