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
Subclasses with type arguments of type CompressionValue in org.apache.xmlgraphics.image.codec.tiffModifier and TypeClassDescriptionenumEnumerates the possible compression values for TIFF images.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 CompressionValueGets the compression value given the name of the compression type.static CompressionValueReturns 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 TypeMethodDescriptionvoidTIFFEncodeParam.setCompression(CompressionValue compression) Specifies the type of compression to be used.