Uses of Enum Class
org.apache.fop.render.bitmap.TIFFCompressionValue
Packages that use TIFFCompressionValue
Package
Description
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
-
Uses of TIFFCompressionValue in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return TIFFCompressionValueModifier and TypeMethodDescriptionTIFFRendererConfig.getCompressionType()
(package private) static TIFFCompressionValue
Return the TIFF compression constant given the string representing the type.static TIFFCompressionValue
Returns the enum constant of this class with the specified name.static TIFFCompressionValue[]
TIFFCompressionValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.fop.render.bitmap with parameters of type TIFFCompressionValueModifier and TypeMethodDescriptionprivate void
TIFFRendererConfigurator.setCompressionMethod
(TIFFCompressionValue compression, BitmapRenderingSettings settings)