| 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 |
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 | Field and Description |
|---|---|
protected ImageEncodeParam |
ImageEncoderImpl.param
The ImageEncodeParam object associcted with this ImageEncoder.
|
| Modifier and Type | Method and Description |
|---|---|
ImageEncodeParam |
ImageEncoderImpl.getParam()
Returns the current parameters as an instance of the
ImageEncodeParam interface.
|
ImageEncodeParam |
ImageEncoder.getParam()
Returns the current parameters as an instance of the
ImageEncodeParam interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageEncoderImpl.setParam(ImageEncodeParam param)
Sets the current parameters to an instance of the
ImageEncodeParam interface.
|
void |
ImageEncoder.setParam(ImageEncodeParam param)
Sets the current parameters to an instance of the
ImageEncodeParam interface.
|
| Constructor and Description |
|---|
ImageEncoderImpl(OutputStream output,
ImageEncodeParam param)
Constructs an ImageEncoderImpl with a given OutputStream
and ImageEncoderParam instance.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.