Package com.openhtmltopdf.pdfboxout
Interface PdfBoxReplacedElement
-
- All Superinterfaces:
ReplacedElement
- All Known Implementing Classes:
BookmarkElement,PdfBoxImageElement,PdfBoxObjectDrawerReplacedElement,PdfBoxPDFReplacedElement,PdfBoxSVGReplacedElement
public interface PdfBoxReplacedElement extends ReplacedElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)-
Methods inherited from interface com.openhtmltopdf.extend.ReplacedElement
detach, getBaseline, getIntrinsicHeight, getIntrinsicWidth, getLocation, hasBaseline, isRequiresInteractivePaint, setLocation
-
-
-
-
Method Detail
-
paint
void paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
-
-