Uses of Interface
org.xhtmlrenderer.extend.ReplacedElementFactory
-
Packages that use ReplacedElementFactory Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.pdf org.xhtmlrenderer.swing org.xhtmlrenderer.test -
-
Uses of ReplacedElementFactory in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return ReplacedElementFactory Modifier and Type Method Description ReplacedElementFactory
LayoutContext. getReplacedElementFactory()
ReplacedElementFactory
SharedContext. getReplacedElementFactory()
Methods in org.xhtmlrenderer.layout with parameters of type ReplacedElementFactory Modifier and Type Method Description void
SharedContext. setReplacedElementFactory(ReplacedElementFactory ref)
-
Uses of ReplacedElementFactory in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement ReplacedElementFactory Modifier and Type Class Description class
ITextReplacedElementFactory
-
Uses of ReplacedElementFactory in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement ReplacedElementFactory Modifier and Type Class Description class
SwingReplacedElementFactory
A ReplacedElementFactory where Elements are replaced by Swing components. -
Uses of ReplacedElementFactory in org.xhtmlrenderer.test
Classes in org.xhtmlrenderer.test that implement ReplacedElementFactory Modifier and Type Class Description class
DelegatingReplacedElementFactory
-