Uses of Class
org.apache.xmlgraphics.image.codec.tiff.CompressionValue
-
Packages that use CompressionValue Package Description org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. -
-
Uses of CompressionValue in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as CompressionValue Modifier and Type Field Description private CompressionValue
TIFFEncodeParam. compression
Methods in org.apache.xmlgraphics.image.codec.tiff that return CompressionValue 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.Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type CompressionValue Modifier and Type Method Description void
TIFFEncodeParam. setCompression(CompressionValue compression)
Specifies the type of compression to be used.
-