Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
XHTMLPanel |
Graphics2DRenderer.getPanel()
Returns the panel used internally for rendering.
|
Constructor and Description |
---|
XHTMLPrintable(XHTMLPanel panel)
Creates a new XHTMLPrintable that will print
the current contents of the passed in XHTMLPanel.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends
XHTMLPanel to allow zoom on output. |
Modifier and Type | Method and Description |
---|---|
XHTMLPanel |
ScaleChangeEvent.getComponent() |
XHTMLPanel |
SelectionHighlighter.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionHighlighter.deinstall(XHTMLPanel panel) |
void |
SelectionHighlighter.install(XHTMLPanel panel) |
Constructor and Description |
---|
ScaleChangeEvent(XHTMLPanel pane,
double scale)
Constructs a new ScaleChangeEvent
|