Uses of Interface
com.openhtmltopdf.extend.OutputDevice
Packages that use OutputDevice
Package
Description
-
Uses of OutputDevice in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type OutputDeviceModifier and TypeMethodDescriptionFSObjectDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) Perform your drawing.void
TextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
TextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) void
SVGDrawer.SVGImage.drawSVG
(OutputDevice outputDevice, RenderingContext ctx, double x, double y) -
Uses of OutputDevice in com.openhtmltopdf.java2d
Classes in com.openhtmltopdf.java2d that implement OutputDeviceMethods in com.openhtmltopdf.java2d with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
Java2DTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
Java2DTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) Draws a justified string.float[]
Java2DTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, String text) This method gets glyph positions for purposes of selecting text.void
Java2DObjectDrawerReplacedElement.paint
(OutputDevice outputDevice, RenderingContext ctx, double x, double y, double width, double height) void
Java2DSVGReplacedElement.paint
(OutputDevice outputDevice, RenderingContext ctx, double x, double y, double width, double height) -
Uses of OutputDevice in com.openhtmltopdf.java2d.api
Methods in com.openhtmltopdf.java2d.api with parameters of type OutputDeviceModifier and TypeMethodDescriptionabstract void
Java2DRendererBuilder.Graphics2DPaintingReplacedElement.paint
(OutputDevice outputDevice, RenderingContext ctx, double x, double y, double width, double height) -
Uses of OutputDevice in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as OutputDeviceConstructors in com.openhtmltopdf.layout with parameters of type OutputDeviceModifierConstructorDescriptionBoxRangeHelper
(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in com.openhtmltopdf.objects.jfreechart
Methods in com.openhtmltopdf.objects.jfreechart with parameters of type OutputDeviceModifier and TypeMethodDescriptionJFreeChartBarDiagramObjectDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) JFreeChartPieDiagramObjectDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) -
Uses of OutputDevice in com.openhtmltopdf.objects.pdf
Methods in com.openhtmltopdf.objects.pdf with parameters of type OutputDeviceModifier and TypeMethodDescriptionForegroundPdfDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) MergeBackgroundPdfDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) -
Uses of OutputDevice in com.openhtmltopdf.objects.zxing
Methods in com.openhtmltopdf.objects.zxing with parameters of type OutputDeviceModifier and TypeMethodDescriptionZXingObjectDrawer.drawObject
(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel) -
Uses of OutputDevice in com.openhtmltopdf.pdfboxout
Subinterfaces of OutputDevice in com.openhtmltopdf.pdfboxoutClasses in com.openhtmltopdf.pdfboxout that implement OutputDeviceMethods in com.openhtmltopdf.pdfboxout with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
PdfBoxTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
PdfBoxTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of OutputDevice in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement OutputDeviceFields in com.openhtmltopdf.render declared as OutputDeviceMethods in com.openhtmltopdf.render that return OutputDeviceMethods in com.openhtmltopdf.render with parameters of type OutputDeviceModifier and TypeMethodDescriptionprivate static void
BorderPainter.paintBorderSide
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, IdentValue borderSideStyle, int xOffset, boolean bevel) private static void
BorderPainter.paintBorderSideShape
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int sides, int currentSide, boolean bevel) private static void
BorderPainter.paintDoubleBorder
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, boolean bevel) private static void
BorderPainter.paintPatternedRect
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int sides, int currentSide, int xOffset) private static void
BorderPainter.paintSolid
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int sides, int currentSide, boolean bevel) void
RenderingContext.setOutputDevice
(OutputDevice outputDevice) -
Uses of OutputDevice in com.openhtmltopdf.svgsupport
Fields in com.openhtmltopdf.svgsupport declared as OutputDeviceMethods in com.openhtmltopdf.svgsupport with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
BatikSVGImage.drawSVG
(OutputDevice outputDevice, RenderingContext ctx, double x, double y) void
PDFTranscoder.setRenderingParameters
(OutputDevice od, RenderingContext ctx, double x, double y, PDFTranscoder.OpenHtmlFontResolver fontResolver, UserAgentCallback userAgentCallback)