|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepaintListener | |
|---|---|
| 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 RepaintListener in org.xhtmlrenderer.simple |
|---|
| Classes in org.xhtmlrenderer.simple that implement RepaintListener | |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. |
| Uses of RepaintListener in org.xhtmlrenderer.swing |
|---|
| Classes in org.xhtmlrenderer.swing that implement RepaintListener | |
|---|---|
class |
BasicPanel
A Swing JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications. |
class |
RootPanel
|
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends XHTMLPanel to allow zoom on output. |
| Fields in org.xhtmlrenderer.swing declared as RepaintListener | |
|---|---|
static RepaintListener |
ImageResourceLoader.NO_OP_REPAINT_LISTENER
|
protected RepaintListener |
SwingReplacedElementFactory.repaintListener
|
| Methods in org.xhtmlrenderer.swing with parameters of type RepaintListener | |
|---|---|
void |
ImageResourceLoader.setRepaintListener(RepaintListener repaintListener)
|
void |
DelegatingUserAgent.setRepaintListener(RepaintListener listener)
|
| Constructors in org.xhtmlrenderer.swing with parameters of type RepaintListener | |
|---|---|
DeferredImageReplacedElement(ImageResource imageResource,
RepaintListener repaintListener,
int w,
int h)
Creates a new ImageReplacedElement and scales it to the size specified if either width or height has a valid value (values are > -1), otherwise original size is preserved. |
|
MutableFSImage(RepaintListener repaintListener)
|
|
SwingReplacedElementFactory(RepaintListener repaintListener)
|
|
SwingReplacedElementFactory(RepaintListener listener,
ImageResourceLoader irl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||