Frames | No Frames |
Methods which throw type net.sourceforge.jiu.codecs.InvalidImageIndexException | |
PixelImage | ImageLoader.load(File file) Attempts to load an image from a file. |
PixelImage | ImageLoader.load(File file, Vector listeners) Attempts to load an image from a file, notifying the
argument progress listeners. |
PixelImage | ImageLoader.load(String fileName) Load an image from a file given by its name. |
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. |
PixelImage | ImageLoader.loadToolkitImageUri(String uri) |