Uses of Package
org.xhtmlrenderer.swing
Packages that use org.xhtmlrenderer.swing
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.
-
Classes in org.xhtmlrenderer.swing used by Unnamed PackageClassDescriptionRenders an XML files, formatted with CSS, as an image.NaiveUserAgent is a simple implementation of
UserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.A ReplacedElementFactory where Elements are replaced by Swing components. -
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.demo.browserClassDescriptionNaiveUserAgent is a simple implementation of
UserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering.ScalableXHTMLPanel extendsXHTMLPanel
to allow zoom on output. -
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.demo.browser.actions
-
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.demo.docbookClassDescriptionNaiveUserAgent is a simple implementation of
UserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering. -
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.pdfClassDescriptionNaiveUserAgent is a simple implementation of
UserAgentCallback
which places no restrictions on what XML, CSS or images are loaded, and reports visited links without any filtering. -
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.simpleClassDescriptionA Swing
JPanel
that encloses the Flying Saucer renderer for easy integration into Swing applications.User: pdoubleya Date: Apr 20, 2009 -
Classes in org.xhtmlrenderer.swing used by org.xhtmlrenderer.swingClassDescriptionA Swing
JPanel
that encloses the Flying Saucer renderer for easy integration into Swing applications.Default, no-op implementation of an FSMouseListener.An FSMouseListener is used to track mouse events on a subclass ofBasicPanel
.Denotes a URI pointing to an image that needs to be loaded.A thread-safe queue containing BackgroundImageLoaderItem, each of which represents one image (identified by a URI) which needs to be loaded.An ImageReplacedElement is aReplacedElement
that contains aImage
.Renders an XML files, formatted with CSS, as an image.A MouseTracker is used to delegate mouse events to theFSMouseListener
instances associated with aBasicPanel
.An FSImage containing a java.awt.Image which can be replaced at runtime by calling setImage().User: pdoubleya Date: Apr 20, 2009ScaleChangeEvent is used to notify interested parties that XHTMLPanel's scale factor has changed.The listener that's notified when the scale in a XHTMLPanel has changedA simple Selection and Highlighter class forXHTMLPanel
.