|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XHTMLPanel | |
|---|---|
| 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 XHTMLPanel in org.xhtmlrenderer.simple |
|---|
| Fields in org.xhtmlrenderer.simple declared as XHTMLPanel | |
|---|---|
protected XHTMLPanel |
XHTMLPrintable.panel
|
protected XHTMLPanel |
Graphics2DRenderer.panel
The panel we are using to render the document. |
| Methods in org.xhtmlrenderer.simple that return XHTMLPanel | |
|---|---|
XHTMLPanel |
Graphics2DRenderer.getPanel()
Returns the panel used internally for rendering. |
| Constructors in org.xhtmlrenderer.simple with parameters of type XHTMLPanel | |
|---|---|
XHTMLPrintable(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.swing | |
|---|---|
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends XHTMLPanel to allow zoom on output. |
| Methods in org.xhtmlrenderer.swing that return XHTMLPanel | |
|---|---|
XHTMLPanel |
SelectionHighlighter.getComponent()
|
XHTMLPanel |
ScaleChangeEvent.getComponent()
|
| Methods in org.xhtmlrenderer.swing with parameters of type XHTMLPanel | |
|---|---|
void |
SelectionHighlighter.deinstall(XHTMLPanel panel)
|
void |
SelectionHighlighter.install(XHTMLPanel panel)
|
| Constructors in org.xhtmlrenderer.swing with parameters of type XHTMLPanel | |
|---|---|
ScaleChangeEvent(XHTMLPanel pane,
double scale)
Constructs a new ScaleChangeEvent |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||