Uses of Interface
org.xhtmlrenderer.extend.UserInterface
Packages that use UserInterface
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 UserInterface in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type UserInterfaceModifier and TypeMethodDescriptionvoid
StyleReference.setDocumentContext
(SharedContext context, NamespaceHandler nsh, Document doc, UserInterface ui) Sets the documentContext attribute of the StyleReference objectConstructors in org.xhtmlrenderer.context with parameters of type UserInterfaceModifierConstructorDescriptionConstructor for the StandardAttributeResolver object -
Uses of UserInterface in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement UserInterface -
Uses of UserInterface in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement UserInterfaceModifier and TypeClassDescriptionclass
A SwingJPanel
that encloses the Flying Saucer renderer for easy integration into Swing applications.class
class
ScalableXHTMLPanel extends to allow zoom on output.