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
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 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 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 voidBorderPainter.paintBorderSide(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, IdentValue borderSideStyle, int xOffset, boolean bevel) private static voidBorderPainter.paintBorderSideShape(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int sides, int currentSide, boolean bevel) private static voidBorderPainter.paintDoubleBorder(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int sides, int currentSide, boolean bevel) private static voidBorderPainter.paintPatternedRect(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int sides, int currentSide, int xOffset) private static voidBorderPainter.paintSolid(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int sides, int currentSide, boolean bevel) voidRenderingContext.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 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)