Uses of Interface
com.openhtmltopdf.extend.ReplacedElement
Packages that use ReplacedElement
Package
Description
-
Uses of ReplacedElement in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return ReplacedElementModifier and TypeMethodDescriptionReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) NOTE: Only block equivalent elements can be replaced. -
Uses of ReplacedElement in com.openhtmltopdf.java2d
Classes in com.openhtmltopdf.java2d that implement ReplacedElementModifier and TypeClassDescriptionclass
class
Fields in com.openhtmltopdf.java2d with type parameters of type ReplacedElementModifier and TypeFieldDescriptionprivate final Map
<Java2DReplacedElementFactory.SizedImageCacheKey, ReplacedElement> Java2DReplacedElementFactory._sizedImageCache
Methods in com.openhtmltopdf.java2d that return ReplacedElementModifier and TypeMethodDescriptionJava2DReplacedElementFactory.createReplacedElement
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) private ReplacedElement
Java2DReplacedElementFactory.replaceImage
(Element elem, String uri, int width, int height, UserAgentCallback uac) -
Uses of ReplacedElement in com.openhtmltopdf.java2d.api
Classes in com.openhtmltopdf.java2d.api that implement ReplacedElementModifier and TypeClassDescriptionstatic class
This class is internal to this library, please do not use or override it! -
Uses of ReplacedElement in com.openhtmltopdf.pdfboxout
Subinterfaces of ReplacedElement in com.openhtmltopdf.pdfboxoutClasses in com.openhtmltopdf.pdfboxout that implement ReplacedElementModifier and TypeClassDescriptionclass
class
class
FSObjectDrawer Element for PDFBoxclass
class
Methods in com.openhtmltopdf.pdfboxout that return ReplacedElementModifier and TypeMethodDescriptionPdfBoxReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of ReplacedElement in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as ReplacedElementMethods in com.openhtmltopdf.render that return ReplacedElementMethods in com.openhtmltopdf.render with parameters of type ReplacedElementModifier and TypeMethodDescriptionvoid
BlockBox.setReplacedElement
(ReplacedElement replacedElement) private void
BlockBox.sizeReplacedElement
(LayoutContext c, ReplacedElement re) Size a replaced element taking into account size properties including min/max, border-box/content-box and the natural size/aspect ratio of the replaced object. -
Uses of ReplacedElement in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend that return ReplacedElementModifier and TypeMethodDescriptionNoReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of ReplacedElement in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement ReplacedElementModifier and TypeClassDescriptionclass
class
An ImageReplacedElement is aReplacedElement
that contains aImage
.