| 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.swing |
| Modifier and Type | Class and Description |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a
Java program.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPanel
A Swing
JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications. |
class |
RootPanel |
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |
| Modifier and Type | Field and Description |
|---|---|
static RepaintListener |
ImageResourceLoader.NO_OP_REPAINT_LISTENER |
protected RepaintListener |
SwingReplacedElementFactory.repaintListener |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageResourceLoader.setRepaintListener(RepaintListener repaintListener) |
void |
DelegatingUserAgent.setRepaintListener(RepaintListener listener) |
| Constructor and Description |
|---|
DeferredImageReplacedElement(ImageResource imageResource,
RepaintListener repaintListener,
int w,
int h)
Creates a new ImageReplacedElement and scales it to the size specified if either width or height has a valid
value (values are > -1), otherwise original size is preserved.
|
MutableFSImage(RepaintListener repaintListener) |
SwingReplacedElementFactory(RepaintListener repaintListener) |
SwingReplacedElementFactory(RepaintListener listener,
ImageResourceLoader irl) |
Copyright © 2015. All rights reserved.