Uses of Class
org.apache.fop.render.bitmap.TIFFRendererConfig.TIFFRendererOption
-
Packages that use TIFFRendererConfig.TIFFRendererOption Package Description org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages. -
-
Uses of TIFFRendererConfig.TIFFRendererOption in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return TIFFRendererConfig.TIFFRendererOption Modifier and Type Method Description static TIFFRendererConfig.TIFFRendererOptionTIFFRendererConfig.TIFFRendererOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TIFFRendererConfig.TIFFRendererOption[]TIFFRendererConfig.TIFFRendererOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-