Uses of Interface
org.apache.xmlgraphics.image.codec.util.ImageDecodeParam
Packages that use ImageDecodeParam
Package
Description
Contains a PNG image codec.
Contains a TIFF image codec.
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 ImageDecodeParamModifier and TypeClassDescriptionclassAn instance ofImageDecodeParamfor decoding images in the PNG format.classAn instance ofImageEncodeParamfor encoding images in the PNG format.static classstatic classstatic class -
Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.tiff
Classes in org.apache.xmlgraphics.image.codec.tiff that implement ImageDecodeParamModifier and TypeClassDescriptionclassAn instance ofImageDecodeParamfor decoding images in the TIFF format.classAn instance ofImageEncodeParamfor encoding images in the TIFF format. -
Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.util
Subinterfaces of ImageDecodeParam in org.apache.xmlgraphics.image.codec.utilModifier and TypeInterfaceDescriptioninterfaceAn empty (marker) interface to be implemented by all image encoder parameter classes.Fields in org.apache.xmlgraphics.image.codec.util declared as ImageDecodeParamModifier and TypeFieldDescriptionprotected ImageDecodeParamImageDecoderImpl.paramTheImageDecodeParamobject associated with thisImageEncoder.Methods in org.apache.xmlgraphics.image.codec.util that return ImageDecodeParamModifier and TypeMethodDescriptionImageDecoder.getParam()Returns the current parameters as an instance of the ImageDecodeParam interface.ImageDecoderImpl.getParam()Returns the current parameters as an instance of theImageDecodeParaminterface.Methods in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParamModifier and TypeMethodDescriptionvoidImageDecoder.setParam(ImageDecodeParam param) Sets the current parameters to an instance of the ImageDecodeParam interface.voidImageDecoderImpl.setParam(ImageDecodeParam param) Sets the current parameters to an instance of theImageDecodeParaminterface.Constructors in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParamModifierConstructorDescriptionImageDecoderImpl(InputStream input, ImageDecodeParam param) Constructs anImageDecoderImplwith a givenInputStreamandImageDecodeParaminstance.ImageDecoderImpl(SeekableStream input, ImageDecodeParam param) Constructs anImageDecoderImplwith a givenSeekableStreamandImageDecodeParaminstance.