Uses of Class
org.xhtmlrenderer.simple.XHTMLPanel
Packages that use XHTMLPanel
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 XHTMLPanel in Unnamed Package
Fields in Unnamed Package declared as XHTMLPanelModifier and TypeFieldDescriptionprivate XHTMLPanel
AddNodeToDocument.panel
private XHTMLPanel
BrowsePanel.panel
private XHTMLPanel
FontGlyphTableRender.xpanel
Methods in Unnamed Package that return XHTMLPanelMethods in Unnamed Package with parameters of type XHTMLPanelModifier and TypeMethodDescriptionprivate static JPanel
FontScaleJPanelRender.createTopPanel
(XHTMLPanel panel) private void
SimplePrintable.printPanel
(XHTMLPanel panel) private void
BrowsePanel.setupDocumentListener
(XHTMLPanel panel) private void
BrowsePanel.setupUserAgentCallback
(XHTMLPanel panel) -
Uses of XHTMLPanel in org.xhtmlrenderer.demo.aboutbox
Methods in org.xhtmlrenderer.demo.aboutbox with parameters of type XHTMLPanel -
Uses of XHTMLPanel in org.xhtmlrenderer.demo.docbook
Methods in org.xhtmlrenderer.demo.docbook with parameters of type XHTMLPanelModifier and TypeMethodDescriptionprivate void
ShowDocBookPage.setAntiAlias
(XHTMLPanel introPanel) -
Uses of XHTMLPanel in org.xhtmlrenderer.simple
Fields in org.xhtmlrenderer.simple declared as XHTMLPanelModifier and TypeFieldDescriptionprivate final XHTMLPanel
Graphics2DRenderer.panel
The panel we are using to render the document.private final XHTMLPanel
XHTMLPrintable.panel
Methods in org.xhtmlrenderer.simple that return XHTMLPanelModifier and TypeMethodDescriptionGraphics2DRenderer.getPanel()
Returns the panel used internally for rendering.Constructors in org.xhtmlrenderer.simple with parameters of type XHTMLPanelModifierConstructorDescriptionXHTMLPrintable
(XHTMLPanel panel) Creates a new XHTMLPrintable that will print the current contents of the passed in XHTMLPanel. -
Uses of XHTMLPanel in org.xhtmlrenderer.swing
Subclasses of XHTMLPanel in org.xhtmlrenderer.swingModifier and TypeClassDescriptionclass
ScalableXHTMLPanel extendsXHTMLPanel
to allow zoom on output.Fields in org.xhtmlrenderer.swing declared as XHTMLPanelModifier and TypeFieldDescriptionprivate final XHTMLPanel
ScaleChangeEvent.pane
private final XHTMLPanel
HTMLTest.panel
private XHTMLPanel
SelectionHighlighter.panel
Methods in org.xhtmlrenderer.swing that return XHTMLPanelModifier and TypeMethodDescriptionScaleChangeEvent.getComponent()
SelectionHighlighter.getComponent()
Methods in org.xhtmlrenderer.swing with parameters of type XHTMLPanelModifier and TypeMethodDescriptionvoid
SelectionHighlighter.deinstall
(XHTMLPanel panel) void
SelectionHighlighter.install
(XHTMLPanel panel) Constructors in org.xhtmlrenderer.swing with parameters of type XHTMLPanelModifierConstructorDescriptionScaleChangeEvent
(XHTMLPanel pane, double scale) Constructs a new ScaleChangeEvent