Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Method and Description |
---|---|
CompressionValue |
TIFFEncodeParam.getCompression()
Returns the value of the compression parameter.
|
static CompressionValue |
CompressionValue.getValue(String name)
Gets the compression value given the name of the compression type.
|
static CompressionValue |
CompressionValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionValue[] |
CompressionValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFEncodeParam.setCompression(CompressionValue compression)
Specifies the type of compression to be used.
|
Copyright © 2017 Apache Software Foundation. All rights reserved.