Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Method | Description |
---|---|---|
CompressionValue |
TIFFEncodeParam.getCompression() |
Returns the value of the compression parameter.
|
static CompressionValue |
CompressionValue.getValue(java.lang.String name) |
Gets the compression value given the name of the compression type.
|
static CompressionValue |
CompressionValue.valueOf(java.lang.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 | Description |
---|---|---|
void |
TIFFEncodeParam.setCompression(CompressionValue compression) |
Specifies the type of compression to be used.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.