synergynetframework.appsystem.contentsystem.jme.items.utils
Class ImageUtility

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.jme.items.utils.ImageUtility

public class ImageUtility
extends java.lang.Object

The Class ImageUtility.


Constructor Summary
ImageUtility()
           
 
Method Summary
static boolean hasAlpha(java.awt.Image image)
          Checks for alpha.
static java.awt.image.BufferedImage toBufferedImage(java.awt.Image image)
          To buffered image.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtility

public ImageUtility()
Method Detail

hasAlpha

public static boolean hasAlpha(java.awt.Image image)
Checks for alpha.

Parameters:
image - the image
Returns:
true, if successful

toBufferedImage

public static java.awt.image.BufferedImage toBufferedImage(java.awt.Image image)
To buffered image.

Parameters:
image - the image
Returns:
the buffered image