xmlgraphics-commons 1.2

Uses of Package
org.apache.xmlgraphics.image.codec.util

Packages that use org.apache.xmlgraphics.image.codec.util
org.apache.xmlgraphics.image.codec.png Contains a PNG image codec. 
org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. 
org.apache.xmlgraphics.image.codec.util Contains utility classes for image codecs. 
 

Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.codec.png
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.
 

Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.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.
 

Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.codec.util
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.
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.
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.
 


xmlgraphics-commons 1.2

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.