xmlgraphics-commons 1.0

Uses of Interface
org.apache.xmlgraphics.image.writer.ImageWriter

Packages that use ImageWriter
org.apache.xmlgraphics.image.writer   
org.apache.xmlgraphics.image.writer.imageio   
org.apache.xmlgraphics.image.writer.internal   
 

Uses of ImageWriter in org.apache.xmlgraphics.image.writer
 

Methods in org.apache.xmlgraphics.image.writer that return ImageWriter
 ImageWriter ImageWriterRegistry.getWriterFor(java.lang.String mime)
          Returns an ImageWriter that can be used to encode an image to the requested MIME type.
 

Methods in org.apache.xmlgraphics.image.writer with parameters of type ImageWriter
 void ImageWriterRegistry.register(ImageWriter writer)
          Registers a new ImageWriter implementation in the registry.
 

Uses of ImageWriter in org.apache.xmlgraphics.image.writer.imageio
 

Classes in org.apache.xmlgraphics.image.writer.imageio that implement ImageWriter
 class ImageIOImageWriter
          ImageWriter implementation that uses Image I/O to write images.
 class ImageIOJPEGImageWriter
          ImageWriter that encodes JPEG images using Image I/O.
 class ImageIOPNGImageWriter
          ImageWriter that encodes PNG images using Image I/O.
 class ImageIOTIFFImageWriter
          ImageWriter that encodes TIFF images using Image I/O.
 

Uses of ImageWriter in org.apache.xmlgraphics.image.writer.internal
 

Classes in org.apache.xmlgraphics.image.writer.internal that implement ImageWriter
 class JPEGImageWriter
          ImageWriter implementation that uses the sun.com.image.codec.jpeg intefaces to write JPEG files.
 class PNGImageWriter
          ImageWriter implementation that uses Batik's PNG codec to write PNG files.
 


xmlgraphics-commons 1.0

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