Uses of Interface
com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
-
Packages that use PdfBoxOutputDevice Package Description com.openhtmltopdf.objects.pdf com.openhtmltopdf.pdfboxout -
-
Uses of PdfBoxOutputDevice in com.openhtmltopdf.objects.pdf
Methods in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDevice Modifier and Type Method Description protected java.util.Map<java.lang.String,org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject>
PdfDrawerBase. getFormCacheMap(PdfBoxOutputDevice pdfBoxOutputDevice)
protected org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject
PdfDrawerBase. importPageAsXForm(RenderingContext ctx, org.w3c.dom.Element e, PdfBoxOutputDevice pdfBoxOutputDevice, org.apache.pdfbox.multipdf.LayerUtility layerUtility)
Constructors in com.openhtmltopdf.objects.pdf with parameters of type PdfBoxOutputDevice Constructor Description PDFBoxDeviceReference(PdfBoxOutputDevice referent)
-
Uses of PdfBoxOutputDevice in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement PdfBoxOutputDevice Modifier and Type Class Description class
PdfBoxFastOutputDevice
class
PdfBoxSlowOutputDevice
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxOutputDevice Modifier and Type Field Description private PdfBoxOutputDevice
PdfBoxLinkManager. _od
Deprecated.private PdfBoxOutputDevice
PdfBoxRenderer. _outputDevice
private PdfBoxOutputDevice
PdfBoxReplacedElementFactory. _outputDevice
private PdfBoxOutputDevice
PdfBoxUserAgent. _outputDevice
private PdfBoxOutputDevice
PdfBoxForm. od
Methods in com.openhtmltopdf.pdfboxout that return PdfBoxOutputDevice Modifier and Type Method Description PdfBoxOutputDevice
PdfBoxRenderer. getOutputDevice()
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDevice Modifier and Type Method Description void
PdfBoxPerDocumentFormState. addFormIfRequired(Box box, PdfBoxOutputDevice od)
Adds a form to a map to be used later byprocessControls
.static PdfBoxForm
PdfBoxForm. createForm(org.w3c.dom.Element e, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od)
static java.awt.geom.Rectangle2D
PdfBoxFastLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, java.awt.geom.AffineTransform transform, Box _root, PdfBoxOutputDevice _od)
static java.awt.geom.Rectangle2D
PdfBoxLinkManager. createTargetArea(RenderingContext c, Box box, float pageHeight, java.awt.geom.AffineTransform transform, Box _root, PdfBoxOutputDevice _od)
Deprecated.void
BookmarkElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
void
PdfBoxImageElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
void
PdfBoxObjectDrawerReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
void
PdfBoxPDFReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
void
PdfBoxReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
void
PdfBoxSVGReplacedElement. paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box)
Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxOutputDevice Constructor Description PdfBoxForm(org.w3c.dom.Element element, PdfBoxPerDocumentFormState forms, PdfBoxOutputDevice od)
PdfBoxLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxOutputDevice od)
Deprecated.PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl)
PdfBoxUserAgent(PdfBoxOutputDevice outputDevice)
-