Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
TIFFImageDecoder(SeekableStream input,
ImageDecodeParam param) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageEncodeParam
An empty (marker) interface to be implemented by all image encoder
parameter classes.
|
Modifier and Type | Field and Description |
---|---|
protected ImageDecodeParam |
ImageDecoderImpl.param
The
ImageDecodeParam object associated with this
ImageEncoder . |
Modifier and Type | Method and Description |
---|---|
ImageDecodeParam |
ImageDecoderImpl.getParam()
Returns the current parameters as an instance of the
ImageDecodeParam interface. |
ImageDecodeParam |
ImageDecoder.getParam()
Returns the current parameters as an instance of the
ImageDecodeParam interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDecoderImpl.setParam(ImageDecodeParam param)
Sets the current parameters to an instance of the
ImageDecodeParam interface. |
void |
ImageDecoder.setParam(ImageDecodeParam param)
Sets the current parameters to an instance of the
ImageDecodeParam interface.
|
Constructor and Description |
---|
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. |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.