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 |
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 |
TIFFEncodeParam
An instance of
ImageEncodeParam for encoding images in
the TIFF format. |
Constructor and Description |
---|
TIFFImageEncoder(java.io.OutputStream output,
ImageEncodeParam param) |
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(java.io.OutputStream output,
ImageEncodeParam param)
Constructs an ImageEncoderImpl with a given OutputStream
and ImageEncoderParam instance.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.