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 ReplacedElementFactoryLayoutContext. getReplacedElementFactory()ReplacedElementFactorySharedContext. getReplacedElementFactory()Methods in org.xhtmlrenderer.layout with parameters of type ReplacedElementFactory Modifier and Type Method Description voidSharedContext. setReplacedElementFactory(ReplacedElementFactory ref) -
Uses of ReplacedElementFactory in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement ReplacedElementFactory Modifier and Type Class Description classITextReplacedElementFactory -
Uses of ReplacedElementFactory in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement ReplacedElementFactory Modifier and Type Class Description classSwingReplacedElementFactoryA 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 classDelegatingReplacedElementFactory
-