| Package | Description |
|---|---|
| org.xhtmlrenderer.layout | |
| org.xhtmlrenderer.render | |
| 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 | Field and Description |
|---|---|
protected FSCanvas |
SharedContext.canvas
Description of the Field
|
| Modifier and Type | Method and Description |
|---|---|
FSCanvas |
LayoutContext.getCanvas() |
FSCanvas |
SharedContext.getCanvas() |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedContext.setCanvas(FSCanvas canvas) |
| Modifier and Type | Method and Description |
|---|---|
FSCanvas |
RenderingContext.getCanvas() |
| 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. |
Copyright © 2021. All rights reserved.