Uses of Interface
org.xhtmlrenderer.extend.UserInterface
-
Packages that use UserInterface Package Description org.xhtmlrenderer.context 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 UserInterface in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type UserInterface Modifier and Type Method Description voidStyleReference. 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 UserInterface Constructor Description StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui) -
Uses of UserInterface in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement UserInterface Modifier and Type Class Description classXHTMLPanelXHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. -
Uses of UserInterface in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement UserInterface Modifier and Type Class Description classBasicPanelA SwingJPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications.classRootPanelclassScalableXHTMLPanelScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.
-