程序包 | 说明 |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
限定符和类型 | 方法和说明 |
---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static CompressionValue[] |
CompressionValue.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
TIFFEncodeParam.setCompression(CompressionValue compression)
Specifies the type of compression to be used.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.