Class ImageUtil

java.lang.Object
  extended by ImageUtil

public class ImageUtil
extends java.lang.Object

Contains utility methods for working with Image objects.


Method Summary
static java.awt.Dimension getDimension(java.awt.Image img)
          Returns the width and height of the given image within a java.awt.Dimension object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDimension

public static java.awt.Dimension getDimension(java.awt.Image img)
Returns the width and height of the given image within a java.awt.Dimension object.