??? | ?? |
---|---|
org.xhtmlrenderer.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here!
|
org.xhtmlrenderer.util |
?????? | ????? |
---|---|
static java.awt.image.BufferedImage |
ImageRenderer.renderImageToOutput(java.lang.String url,
FSImageWriter fsw,
java.lang.String path,
int width)
Renders a document at a given URL and writes it out using the FSImageWriter provided (e.g. to a file
or outputstream).
|
?????? | ????? |
---|---|
static FSImageWriter |
FSImageWriter.newJpegWriter(float quality)
Convenience method for initializing a writer for the JPEG image format.
|