Uses of Interface
org.xhtmlrenderer.extend.FSCanvas
-
Packages that use FSCanvas 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 -
-
Uses of FSCanvas in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSCanvas Modifier and Type Method Description FSCanvasLayoutContext. getCanvas()FSCanvasSharedContext. getCanvas()Methods in org.xhtmlrenderer.layout with parameters of type FSCanvas Modifier and Type Method Description voidSharedContext. setCanvas(FSCanvas canvas) -
Uses of FSCanvas in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FSCanvas Modifier and Type Method Description FSCanvasRenderingContext. getCanvas() -
Uses of FSCanvas in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement FSCanvas Modifier and Type Class Description classXHTMLPanelXHTMLPanel 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 Modifier and Type Class Description classBasicPanelA SwingJPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications.classRootPanelclassScalableXHTMLPanelScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.
-