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.voidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) voidSVGDrawer.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 TypeMethodDescriptionvoidJava2DTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidJava2DTextRenderer.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.voidJava2DObjectDrawerReplacedElement.paint(OutputDevice outputDevice, RenderingContext ctx, double x, double y, double width, double height) voidJava2DSVGReplacedElement.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 voidJava2DRendererBuilder.Graphics2DPaintingReplacedElement.paint(OutputDevice outputDevice, RenderingContext ctx, double x, double y, double width, double height) -
Uses of OutputDevice in com.openhtmltopdf.layout
Constructors 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 TypeMethodDescriptionvoidPdfBoxTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidPdfBoxTextRenderer.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 OutputDeviceMethods in com.openhtmltopdf.render that return OutputDeviceMethods in com.openhtmltopdf.render with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidRenderingContext.setOutputDevice(OutputDevice outputDevice) -
Uses of OutputDevice in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidBatikSVGImage.drawSVG(OutputDevice outputDevice, RenderingContext ctx, double x, double y) voidPDFTranscoder.setRenderingParameters(OutputDevice od, RenderingContext ctx, double x, double y, PDFTranscoder.OpenHtmlFontResolver fontResolver, UserAgentCallback userAgentCallback)