Uses of Enum Class
org.apache.xmlgraphics.image.codec.tiff.CompressionValue
Packages that use CompressionValue
-
Uses of CompressionValue in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as CompressionValueMethods in org.apache.xmlgraphics.image.codec.tiff that return CompressionValueModifier and TypeMethodDescriptionTIFFEncodeParam.getCompression()
Returns the value of the compression parameter.static CompressionValue
Gets the compression value given the name of the compression type.static CompressionValue
Returns the enum constant of this class with the specified name.static CompressionValue[]
CompressionValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type CompressionValueModifier and TypeMethodDescriptionvoid
TIFFEncodeParam.setCompression
(CompressionValue compression) Specifies the type of compression to be used.