Uses of Interface
com.openhtmltopdf.swing.RepaintListener
| Package | Description |
|---|---|
| com.openhtmltopdf.swing |
-
Uses of RepaintListener in com.openhtmltopdf.swing
Fields in com.openhtmltopdf.swing declared as RepaintListener Modifier and Type Field Description static RepaintListenerImageResourceLoader. NO_OP_REPAINT_LISTENERprotected RepaintListenerSwingReplacedElementFactory. repaintListenerDeprecated.Methods in com.openhtmltopdf.swing with parameters of type RepaintListener Modifier and Type Method Description voidDelegatingUserAgent. setRepaintListener(RepaintListener listener)voidImageResourceLoader. setRepaintListener(RepaintListener repaintListener)Constructors in com.openhtmltopdf.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 > -1), otherwise original size is preserved.MutableFSImage(RepaintListener repaintListener)SwingReplacedElementFactory(RepaintListener repaintListener)Deprecated.SwingReplacedElementFactory(RepaintListener listener, ImageResourceLoader irl)Deprecated.