??? | ?? |
---|---|
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!
|
org.xhtmlrenderer.swing |
?????? | ????? |
---|---|
RootPanel |
SharedContext.getCanvas() |
RootPanel |
LayoutContext.getCanvas() |
?????? | ????? |
---|---|
void |
SharedContext.setCanvas(RootPanel canvas) |
?????? | ????? |
---|---|
RootPanel |
RenderingContext.getCanvas() |
?????? | ???? |
---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a
Java program.
|
?????? | ???? |
---|---|
class |
BasicPanel
A Swing
JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications. |
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |