JIU 0.12.0 Homepage

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

Packages that use ImageCodec
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 ImageCodec in net.sourceforge.jiu.codecs
 

Subclasses of ImageCodec in net.sourceforge.jiu.codecs
 class BMPCodec
          A codec to read and write Windows BMP image files.
 class GIFCodec
          A codec to write Compuserve GIF (Graphics Interchange Format) files.
 class IFFCodec
          A codec to read Amiga IFF image files.
 class PalmCodec
          A codec to read and write image files in the native image file format of Palm OS, an operating system for handheld devices.
 class PCDCodec
          A codec to read Kodak Photo-CD (image pac) image files.
 class PNGCodec
          A codec for the Portable Network Graphics (PNG) format.
 class PNMCodec
          A codec to read and write Portable Anymap (PNM) image files.
 class PSDCodec
          A codec to read images from Photoshop PSD files.
 class RASCodec
          A codec to read and write Sun Raster (RAS) image files.
 

Methods in net.sourceforge.jiu.codecs that return ImageCodec
static ImageCodec ImageLoader.createCodec(int index)
          Creates an instance of one of the codec classes known to ImageLoader.
 

Methods in net.sourceforge.jiu.codecs with parameters of type ImageCodec
static void ImageLoader.registerCodecClass(ImageCodec codec)
          Registers a codec class with ImageLoader.
static void ImageLoader.removeCodecClass(ImageCodec codec)
          Removes a codec class from the internal list of codec classes.
 

Uses of ImageCodec in net.sourceforge.jiu.codecs.tiff
 

Subclasses of ImageCodec in net.sourceforge.jiu.codecs.tiff
 class TIFFCodec
          A codec to read Tagged Image File Format (TIFF) image files.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt