org.apache.cocoon.util
Class ImageUtils

java.lang.Object
  extended byorg.apache.cocoon.util.ImageUtils

public final class ImageUtils
extends Object

Version:
$Id: ImageUtils.java 587751 2007-10-24 02:41:36Z vgritsenko $

Constructor Summary
ImageUtils()
           
 
Method Summary
static ImageProperties getGifProperties(File file)
           
static ImageProperties getImageProperties(File file)
           
static ImageProperties getJpegProperties(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtils

public ImageUtils()
Method Detail

getImageProperties

public static final ImageProperties getImageProperties(File file)
                                                throws FileNotFoundException,
                                                       IOException,
                                                       FileFormatException
Throws:
FileNotFoundException
IOException
FileFormatException

getJpegProperties

public static final ImageProperties getJpegProperties(File file)
                                               throws FileNotFoundException,
                                                      IOException,
                                                      FileFormatException
Throws:
FileNotFoundException
IOException
FileFormatException

getGifProperties

public static final ImageProperties getGifProperties(File file)
                                              throws FileNotFoundException,
                                                     IOException,
                                                     FileFormatException
Throws:
FileNotFoundException
IOException
FileFormatException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.