Uses of Interface
org.xhtmlrenderer.swing.RepaintListener
Packages that use RepaintListener
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!
-
Uses of RepaintListener in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement RepaintListenerModifier and TypeClassDescriptionclassXHTMLPanel 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 RepaintListenerModifier and TypeClassDescriptionclassA SwingJPanelthat encloses the Flying Saucer renderer for easy integration into Swing applications.classclassScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.Fields in org.xhtmlrenderer.swing declared as RepaintListenerModifier and TypeFieldDescriptionstatic final RepaintListenerImageResourceLoader.NO_OP_REPAINT_LISTENERprotected final RepaintListenerSwingReplacedElementFactory.repaintListenerMethods in org.xhtmlrenderer.swing with parameters of type RepaintListenerModifier and TypeMethodDescriptionvoidDelegatingUserAgent.setRepaintListener(RepaintListener listener) Constructors in org.xhtmlrenderer.swing with parameters of type RepaintListenerModifierConstructorDescriptionDeferredImageReplacedElement(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.ImageResourceLoader(int cacheSize, RepaintListener repaintListener) ImageResourceLoader(RepaintListener repaintListener) MutableFSImage(RepaintListener repaintListener) SwingReplacedElementFactory(RepaintListener repaintListener) SwingReplacedElementFactory(RepaintListener listener, ImageResourceLoader irl)