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 |
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 |
TIFFEncodeParam |
An instance of
ImageEncodeParam for encoding images in
the TIFF format. |
Constructor | Description |
---|---|
TIFFImageEncoder(java.io.OutputStream output,
ImageEncodeParam param) |
Modifier and Type | Field | Description |
---|---|---|
protected ImageEncodeParam |
ImageEncoderImpl.param |
The ImageEncodeParam object associcted with this ImageEncoder.
|
Modifier and Type | Method | Description |
---|---|---|
ImageEncodeParam |
ImageEncoder.getParam() |
Returns the current parameters as an instance of the
ImageEncodeParam interface.
|
ImageEncodeParam |
ImageEncoderImpl.getParam() |
Returns the current parameters as an instance of the
ImageEncodeParam interface.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ImageEncoder.setParam(ImageEncodeParam param) |
Sets the current parameters to an instance of the
ImageEncodeParam interface.
|
void |
ImageEncoderImpl.setParam(ImageEncodeParam param) |
Sets the current parameters to an instance of the
ImageEncodeParam interface.
|
Constructor | Description |
---|---|
ImageEncoderImpl(java.io.OutputStream output,
ImageEncodeParam param) |
Constructs an ImageEncoderImpl with a given OutputStream
and ImageEncoderParam instance.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.