Package | Description |
---|---|
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! All the classes
in this package are oriented towards ease-of-use.
|
org.xhtmlrenderer.util |
Class and Description |
---|
FSImageWriter
Writes out BufferedImages to some outputstream, like a file.
|
Class and Description |
---|
DownscaleQuality
Simple enumerated constants for downscaling (scaling to smaller image size)--since we have various options
for what algorithm to use.
|
FSImageWriter
Writes out BufferedImages to some outputstream, like a file.
|
ScalingOptions
POJO used when calling
org.xhtmlrenderer.util.ImageUtil#getScaledInstance(ScalingOptions,java.awt.Image) . |
Util
Description of the Class
|
XRLogger
An interface whose implementations log Flying Saucer log messages.
|