de.laures.cewolf.util
Class ImageHelper
java.lang.Object
de.laures.cewolf.util.ImageHelper
public class ImageHelper
- extends Object
Some simple image rendering helper methods.
- Author:
- Guido Laures
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loadImage
public static final Image loadImage(String fileName)
loadBufferedImage
public static BufferedImage loadBufferedImage(String fileName)
hasAlpha
public static boolean hasAlpha(Image image)
createImage
public static BufferedImage createImage(int width,
int height)
Copyright © 2012. All Rights Reserved.