xmlgraphics-commons 1.3.1

Uses of Interface
org.apache.xmlgraphics.image.codec.util.ImageDecodeParam

Packages that use ImageDecodeParam
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. 
 

Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.png
 

Classes in org.apache.xmlgraphics.image.codec.png that implement ImageDecodeParam
 class PNGDecodeParam
          An instance of ImageDecodeParam for decoding images in the PNG format.
 class PNGEncodeParam
          An instance of ImageEncodeParam for encoding images in the PNG format.
static class PNGEncodeParam.Gray
           
static class PNGEncodeParam.Palette
           
static class PNGEncodeParam.RGB
           
 

Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.tiff
 

Classes in org.apache.xmlgraphics.image.codec.tiff that implement ImageDecodeParam
 class TIFFDecodeParam
          An instance of ImageDecodeParam for decoding images in the TIFF format.
 class TIFFEncodeParam
          An instance of ImageEncodeParam for encoding images in the TIFF format.
 

Constructors in org.apache.xmlgraphics.image.codec.tiff with parameters of type ImageDecodeParam
TIFFImageDecoder(SeekableStream input, ImageDecodeParam param)
           
 

Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.util
 

Subinterfaces of ImageDecodeParam in org.apache.xmlgraphics.image.codec.util
 interface ImageEncodeParam
          An empty (marker) interface to be implemented by all image encoder parameter classes.
 

Fields in org.apache.xmlgraphics.image.codec.util declared as ImageDecodeParam
protected  ImageDecodeParam ImageDecoderImpl.param
          The ImageDecodeParam object associated with this ImageEncoder.
 

Methods in org.apache.xmlgraphics.image.codec.util that return ImageDecodeParam
 ImageDecodeParam ImageDecoder.getParam()
          Returns the current parameters as an instance of the ImageDecodeParam interface.
 ImageDecodeParam ImageDecoderImpl.getParam()
          Returns the current parameters as an instance of the ImageDecodeParam interface.
 

Methods in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParam
 void ImageDecoder.setParam(ImageDecodeParam param)
          Sets the current parameters to an instance of the ImageDecodeParam interface.
 void ImageDecoderImpl.setParam(ImageDecodeParam param)
          Sets the current parameters to an instance of the ImageDecodeParam interface.
 

Constructors in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParam
ImageDecoderImpl(java.io.InputStream input, ImageDecodeParam param)
          Constructs an ImageDecoderImpl with a given InputStream and ImageDecodeParam instance.
ImageDecoderImpl(SeekableStream input, ImageDecodeParam param)
          Constructs an ImageDecoderImpl with a given SeekableStream and ImageDecodeParam instance.
 


xmlgraphics-commons 1.3.1

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