Frames | No Frames |
Methods which throw type net.sourceforge.jiu.codecs.UnsupportedTypeException | |
void | |
void | |
void | Read an SOS (start of scan) marker. |
Methods which throw type net.sourceforge.jiu.codecs.UnsupportedTypeException | |
void | |
void | |
void | |
void | Attempts to load an image. |
void | Loads an image from a PNM input stream. |
void | Attempts to load an Image from argument stream in (which
could, as an example, be a RandomAccessFile instance, it
implements the DataInput interface). |
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. |
void | |
void | |
void | PalmCodec.loadHeader(DataInput in) |
PixelImage | Loads an image from given input stream in, regarding the compression
type. |
void | |
void | PalmCodec.loadPalette(DataInput in) |
void | |
PixelImage | ImageLoader.loadToolkitImageUri(String uri) |
void | |
void | Checks the parameter and loads an image. |
void | |
void | |
void | |
void | |
void | |
void |
Methods which throw type net.sourceforge.jiu.codecs.UnsupportedTypeException | |
void | |
TIFFDecoder | |
void | TIFFImageFileDirectory.initFromTags(boolean check) |
void | Attempts to load an image from a file in the TIFF format. |
void |