Uses of Class
org.xhtmlrenderer.util.FSImageWriter
Packages that use FSImageWriter
Package
Description
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here! All the classes
in this package are oriented towards ease-of-use.
-
Uses of FSImageWriter in org.xhtmlrenderer.simple
Methods in org.xhtmlrenderer.simple with parameters of type FSImageWriterModifier and TypeMethodDescriptionstatic BufferedImage
ImageRenderer.renderImageToOutput
(String url, FSImageWriter fsw, String path, int width) Renders a document at a given URL and writes it out using the FSImageWriter provided (e.g. -
Uses of FSImageWriter in org.xhtmlrenderer.util
Methods in org.xhtmlrenderer.util that return FSImageWriterModifier and TypeMethodDescriptionstatic FSImageWriter
FSImageWriter.newJpegWriter
(float quality) Convenience method for initializing a writer for the JPEG image format.