Uses of Interface
org.openpdf.extend.ReplacedElementFactory
Packages that use ReplacedElementFactory
-
Uses of ReplacedElementFactory in org.openpdf.layout
Methods in org.openpdf.layout that return ReplacedElementFactoryModifier and TypeMethodDescriptionLayoutContext.getReplacedElementFactory()SharedContext.getReplacedElementFactory()Methods in org.openpdf.layout with parameters of type ReplacedElementFactoryModifier and TypeMethodDescriptionvoidSharedContext.setReplacedElementFactory(ReplacedElementFactory ref) Constructors in org.openpdf.layout with parameters of type ReplacedElementFactoryModifierConstructorDescriptionSharedContext(UserAgentCallback uac, FontResolver fr, ReplacedElementFactory ref, TextRenderer tr, float dpi) SharedContext(UserAgentCallback userAgent, FontResolver fontResolver, ReplacedElementFactory replacedElementFactory, TextRenderer textRenderer, float dpi, int dotsPerPixel) -
Uses of ReplacedElementFactory in org.openpdf.pdf
Classes in org.openpdf.pdf that implement ReplacedElementFactoryConstructors in org.openpdf.pdf with parameters of type ReplacedElementFactoryModifierConstructorDescriptionITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice, ITextUserAgent userAgent, FontResolver fontResolver, ReplacedElementFactory replacedElementFactory, TextRenderer textRenderer) -
Uses of ReplacedElementFactory in org.openpdf.swing
Classes in org.openpdf.swing that implement ReplacedElementFactoryModifier and TypeClassDescriptionclassA ReplacedElementFactory where Elements are replaced by Swing components.