Uses of Interface
org.xhtmlrenderer.extend.FSCanvas
Packages that use FSCanvas
Package
Description
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.
-
Uses of FSCanvas in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as FSCanvasMethods in org.xhtmlrenderer.layout that return FSCanvasModifier and TypeMethodDescriptionLayoutContext.getCanvas()
@Nullable FSCanvas
SharedContext.getCanvas()
Methods in org.xhtmlrenderer.layout with parameters of type FSCanvas -
Uses of FSCanvas in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FSCanvas -
Uses of FSCanvas in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement FSCanvasModifier and TypeClassDescriptionclass
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 FSCanvasModifier and TypeClassDescriptionclass
A SwingJPanel
that encloses the Flying Saucer renderer for easy integration into Swing applications.class
class
ScalableXHTMLPanel extendsXHTMLPanel
to allow zoom on output. -
Uses of FSCanvas in org.xhtmlrenderer.swt
Classes in org.xhtmlrenderer.swt that implement FSCanvasModifier and TypeClassDescriptionclass
Renders XML+CSS using SWT in a widget (a Composite).