gzz.util
Class ImageSize

java.lang.Object
  |
  +--gzz.util.ImageSize

public class ImageSize
extends java.lang.Object

Methods for determining sizes of image files. Initially, only PNG is supported.


Constructor Summary
ImageSize()
           
 
Method Summary
static java.awt.Dimension readSize(java.io.File f)
          Read the size of an image file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSize

public ImageSize()
Method Detail

readSize

public static java.awt.Dimension readSize(java.io.File f)
Read the size of an image file.