| Interface | Description |
|---|---|
| ImageMapListener |
Callback handler for image map events.
|
| Class | Description |
|---|---|
| AddNodeToDocument |
This sample shows how to add nodes to a DOM Document object that has already been rendered to the screen, and
render the updates.
|
| BrowsePanel |
This example shows the most basic use of Flying Saucer, to
display a single page, scrollable, within a JFrame.
|
| CenteredPreviewRender |
This example shows the most basic use of Flying Saucer, to
display a single page, scrollable, within a JFrame.
|
| FontGlyphTableRender |
Opens a frame and displays, for a selected font, the glyphs for a range of Unicode code points.
|
| FontScaleJPanelRender |
This example shows rendering a page where the font size can be adjusted dynamically once the page is loaded using
a font scaling factor.
|
| ImageMapEvent |
Used in notification of mouse motions related to an image map
|
| ImageMapReplacedElementFactory |
Sample for handling image maps in XHTML, as replaced elements.
|
| ImageRender | |
| JPanelRender |
This example shows the most basic use of Flying Saucer, to
display a single page, scrollable, within a JFrame.
|
| JPanelSizeToDocument |
This example shows how to render a document as a Swing JPanel (XHTMLPanel, a subclass) and have the
render engine figure out the document size for you; the frame containing the panel is then sized to
the document size.
|
| ListFontFamilyNames | |
| PanelResizeToPreferredSize |
This sample shows how to size a panel based on the content of a document, when using a layout manager
that relies on preferred size.
|
| PDFRender | |
| PDFRenderToMultiplePages |
This sample shows how to create a single PDF document from multiple input documents.
|
| Printer | |
| QuotingExample | |
| ReplaceRender |
This example shows the most basic use of Flying Saucer, to
display a single page, scrollable, within a JFrame.
|
| SelectionHighlighterTest |
Sample for text selection in a rendered document; allows you to select text in the document
and copy to the clipboard.
|
| SimplePrintable |
Example of how to print an XHTMLPanel; the heart of the code is in the
SimplePrintable.printPanel(org.xhtmlrenderer.simple.XHTMLPanel) method. |
| VerifyGlyphExists |
Simple command-line program to test whether a given font has a glyph
available for a given Unicode codepoint, expressed as an integer.
|
Copyright © 2023. All rights reserved.