JIU 0.14.3

Uses of Class
net.sourceforge.jiu.codecs.InvalidImageIndexException

Packages that use InvalidImageIndexException
net.sourceforge.jiu.codecs Provides classes to read images from and save them to files (or streams) in various file formats. 
 

Uses of InvalidImageIndexException in net.sourceforge.jiu.codecs
 

Methods in net.sourceforge.jiu.codecs that throw InvalidImageIndexException
static PixelImage ImageLoader.load(File file)
          Attempts to load an image from a file.
static PixelImage ImageLoader.load(File file, Vector listeners)
          Attempts to load an image from a file, notifying the argument progress listeners.
static PixelImage ImageLoader.load(String fileName)
          Load an image from a file given by its name.
static PixelImage ImageLoader.load(String fileName, Vector listeners)
          Attempts to load an image from the file with the given name, using the given list of progress listeners.
static PixelImage ImageLoader.loadToolkitImageUri(String uri)
           
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt