Uses of Package
org.apache.batik.ext.awt.image.codec

Packages that use org.apache.batik.ext.awt.image.codec
org.apache.batik.ext.awt.image.codec Provides a set of classes to encode/decode images in various raster image file formats. 
org.apache.batik.ext.awt.image.codec.tiff   
 

Classes in org.apache.batik.ext.awt.image.codec used by org.apache.batik.ext.awt.image.codec
ImageDecodeParam
          An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder
          An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl
          A partial implementation of the ImageDecoder interface useful for subclassing.
ImageEncodeParam
          An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder
          An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl
          A partial implementation of the ImageEncoder interface useful for subclassing.
PNGDecodeParam
          An instance of ImageDecodeParam for decoding images in the PNG format.
PNGEncodeParam
          An instance of ImageEncodeParam for encoding images in the PNG format.
PNGSuggestedPaletteEntry
          A class representing the fields of a PNG suggested palette entry.
SeekableStream
          An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
SimpleRenderedImage
          A simple class implemented the RenderedImage interface.
 

Classes in org.apache.batik.ext.awt.image.codec used by org.apache.batik.ext.awt.image.codec.tiff
ImageDecodeParam
          An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder
          An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl
          A partial implementation of the ImageDecoder interface useful for subclassing.
ImageEncodeParam
          An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder
          An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl
          A partial implementation of the ImageEncoder interface useful for subclassing.
SeekableStream
          An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.