Uses of Interface
org.xhtmlrenderer.swing.RepaintListener
-
Packages that use RepaintListener 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 -
-
Uses of RepaintListener in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement RepaintListener Modifier and Type Class Description classXHTMLPanelXHTMLPanel 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 Modifier and Type Class Description classBasicPanelA SwingJPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications.classRootPanelclassScalableXHTMLPanelScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.Fields in org.xhtmlrenderer.swing declared as RepaintListener Modifier and Type Field Description static RepaintListenerImageResourceLoader. NO_OP_REPAINT_LISTENERprotected RepaintListenerSwingReplacedElementFactory. repaintListenerMethods in org.xhtmlrenderer.swing with parameters of type RepaintListener Modifier and Type Method Description voidDelegatingUserAgent. setRepaintListener(RepaintListener listener)voidImageResourceLoader. setRepaintListener(RepaintListener repaintListener)Constructors in org.xhtmlrenderer.swing with parameters of type RepaintListener Constructor Description 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 greater than -1), otherwise original size is preserved.MutableFSImage(RepaintListener repaintListener)SwingReplacedElementFactory(RepaintListener repaintListener)SwingReplacedElementFactory(RepaintListener listener, ImageResourceLoader irl)
-