|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedTypeException | |
net.sourceforge.jiu.codecs | Provides classes to read images from and save them to files (or streams) in various file formats. |
net.sourceforge.jiu.codecs.tiff | Classes to handle the Tagged Image File Format (TIFF). |
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs |
Methods in net.sourceforge.jiu.codecs that throw UnsupportedTypeException | |
void |
PNGCodec.process()
|
void |
PCDCodec.process()
Checks the parameter and loads an image. |
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. |
void |
IFFCodec.process()
|
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.tiff |
Methods in net.sourceforge.jiu.codecs.tiff that throw UnsupportedTypeException | |
void |
TIFFImageFileDirectory.initFromTags(boolean check)
|
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |