Uses of Interface
org.xhtmlrenderer.extend.ReplacedElementFactory
-
Packages that use ReplacedElementFactory Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.simple.extend 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)Constructors in org.xhtmlrenderer.layout with parameters of type ReplacedElementFactory Constructor Description SharedContext(UserAgentCallback uac, FontResolver fr, ReplacedElementFactory ref, TextRenderer tr, float dpi) -
Uses of ReplacedElementFactory in org.xhtmlrenderer.simple.extend
Classes in org.xhtmlrenderer.simple.extend that implement ReplacedElementFactory Modifier and Type Class Description classNoReplacedElementFactory -
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
-