Uses of Interface
org.openpdf.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!
-
Uses of UserInterface in org.openpdf.context
Methods in org.openpdf.context with parameters of type UserInterfaceModifier and TypeMethodDescriptionvoidStyleReference.setDocumentContext(SharedContext context, NamespaceHandler nsh, Document doc, UserInterface ui) Sets the documentContext attribute of the StyleReference objectConstructors in org.openpdf.context with parameters of type UserInterfaceModifierConstructorDescription -
Uses of UserInterface in org.openpdf.simple
Classes in org.openpdf.simple that implement UserInterfaceModifier and TypeClassDescriptionclassXHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. -
Uses of UserInterface in org.openpdf.swing
Classes in org.openpdf.swing that implement UserInterfaceModifier and TypeClassDescriptionclassA SwingJPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications.classclassScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.