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 | 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 | 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. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImageEncodeParam |
An empty (marker) interface to be implemented by all image encoder
parameter classes.
|
Modifier and Type | Field | Description |
---|---|---|
protected ImageDecodeParam |
ImageDecoderImpl.param |
The
ImageDecodeParam object associated with this
ImageEncoder . |
Modifier and Type | Method | Description |
---|---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
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. |
Constructor | 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-2016 The Apache Software Foundation. All Rights Reserved.