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 TypeClassDescriptionclass
An instance ofImageDecodeParam
for decoding images in the PNG format.class
An instance ofImageEncodeParam
for encoding images in the PNG format.static class
static class
static class
-
Uses of ImageDecodeParam in org.apache.xmlgraphics.image.codec.tiff
Classes in org.apache.xmlgraphics.image.codec.tiff that implement ImageDecodeParamModifier and TypeClassDescriptionclass
An instance ofImageDecodeParam
for decoding images in the TIFF format.class
An instance ofImageEncodeParam
for 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 TypeInterfaceDescriptioninterface
An 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 ImageDecodeParam
ImageDecoderImpl.param
TheImageDecodeParam
object 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 theImageDecodeParam
interface.Methods in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParamModifier and TypeMethodDescriptionvoid
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 theImageDecodeParam
interface.Constructors in org.apache.xmlgraphics.image.codec.util with parameters of type ImageDecodeParamModifierConstructorDescriptionImageDecoderImpl
(InputStream input, ImageDecodeParam param) Constructs anImageDecoderImpl
with a givenInputStream
andImageDecodeParam
instance.ImageDecoderImpl
(SeekableStream input, ImageDecodeParam param) Constructs anImageDecoderImpl
with a givenSeekableStream
andImageDecodeParam
instance.