Uses of Interface
com.openhtmltopdf.extend.ReplacedElementFactory
| Package | Description |
|---|---|
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.simple.extend | |
| com.openhtmltopdf.swing |
-
Uses of ReplacedElementFactory in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return ReplacedElementFactory Modifier and Type Method Description ReplacedElementFactoryLayoutContext. getReplacedElementFactory()ReplacedElementFactorySharedContext. getReplacedElementFactory()Methods in com.openhtmltopdf.layout with parameters of type ReplacedElementFactory Modifier and Type Method Description voidSharedContext. setReplacedElementFactory(ReplacedElementFactory ref)Constructors in com.openhtmltopdf.layout with parameters of type ReplacedElementFactory Constructor Description SharedContext(UserAgentCallback uac, FontResolver fr, ReplacedElementFactory ref, TextRenderer tr, float dpi)Deprecated.This stuff should go in the renderers of a specific device. -
Uses of ReplacedElementFactory in com.openhtmltopdf.simple.extend
Classes in com.openhtmltopdf.simple.extend that implement ReplacedElementFactory Modifier and Type Class Description classNoReplacedElementFactory -
Uses of ReplacedElementFactory in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement ReplacedElementFactory Modifier and Type Class Description classSwingReplacedElementFactoryDeprecated.