Uses of Enum
org.apache.xmlgraphics.image.codec.tiff.CompressionValue
Packages that use CompressionValue
-
Uses of CompressionValue in org.apache.xmlgraphics.image.codec.tiff
Methods 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 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 CompressionValueModifier and TypeMethodDescriptionvoid
TIFFEncodeParam.setCompression
(CompressionValue compression) Specifies the type of compression to be used.