|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FSCanvas | |
|---|---|
| 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 | |
| Uses of FSCanvas in org.xhtmlrenderer.layout |
|---|
| Fields in org.xhtmlrenderer.layout declared as FSCanvas | |
|---|---|
protected FSCanvas |
SharedContext.canvas
Description of the Field |
| Methods in org.xhtmlrenderer.layout that return FSCanvas | |
|---|---|
FSCanvas |
SharedContext.getCanvas()
|
FSCanvas |
LayoutContext.getCanvas()
|
| Methods in org.xhtmlrenderer.layout with parameters of type FSCanvas | |
|---|---|
void |
SharedContext.setCanvas(FSCanvas canvas)
|
| Uses of FSCanvas in org.xhtmlrenderer.render |
|---|
| Methods in org.xhtmlrenderer.render that return FSCanvas | |
|---|---|
FSCanvas |
RenderingContext.getCanvas()
|
| Uses of FSCanvas in org.xhtmlrenderer.simple |
|---|
| Classes in org.xhtmlrenderer.simple that implement FSCanvas | |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. |
| Uses of FSCanvas in org.xhtmlrenderer.swing |
|---|
| Classes in org.xhtmlrenderer.swing that implement FSCanvas | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||