| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.codec.png | |
| org.apache.batik.ext.awt.image.codec.util |
| 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 | 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(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 © 2000–2017 Apache Software Foundation. All rights reserved.