Uses of Interface
com.openhtmltopdf.extend.OutputDevice
-
-
Uses of OutputDevice in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type OutputDevice Modifier and Type Method Description java.util.Map<java.awt.Shape,java.lang.String>FSObjectDrawer. drawObject(org.w3c.dom.Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)Perform your drawing.voidTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)voidTextRenderer. drawString(OutputDevice outputDevice, java.lang.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 OutputDevice Modifier and Type Class Description classJava2DOutputDeviceMethods in com.openhtmltopdf.java2d with parameters of type OutputDevice Modifier and Type Method Description voidJava2DTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)voidJava2DTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y, JustificationInfo info)Draws a justified string.float[]Java2DTextRenderer. getGlyphPositions(OutputDevice outputDevice, FSFont font, java.lang.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 OutputDevice Modifier and Type Method Description abstract 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 OutputDevice Modifier and Type Field Description private OutputDeviceBoxRangeHelper. _outputDeviceConstructors in com.openhtmltopdf.layout with parameters of type OutputDevice Constructor Description BoxRangeHelper(OutputDevice outputDevice, java.util.List<BoxRangeData> rangeList) -
Uses of OutputDevice in com.openhtmltopdf.objects.jfreechart
Methods in com.openhtmltopdf.objects.jfreechart with parameters of type OutputDevice Modifier and Type Method Description java.util.Map<java.awt.Shape,java.lang.String>JFreeChartBarDiagramObjectDrawer. drawObject(org.w3c.dom.Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)java.util.Map<java.awt.Shape,java.lang.String>JFreeChartPieDiagramObjectDrawer. drawObject(org.w3c.dom.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 OutputDevice Modifier and Type Method Description java.util.Map<java.awt.Shape,java.lang.String>ForegroundPdfDrawer. drawObject(org.w3c.dom.Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)java.util.Map<java.awt.Shape,java.lang.String>MergeBackgroundPdfDrawer. drawObject(org.w3c.dom.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 OutputDevice Modifier and Type Method Description java.util.Map<java.awt.Shape,java.lang.String>ZXingObjectDrawer. drawObject(org.w3c.dom.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.pdfboxout Modifier and Type Interface Description interfacePdfBoxOutputDeviceClasses in com.openhtmltopdf.pdfboxout that implement OutputDevice Modifier and Type Class Description classPdfBoxFastOutputDeviceclassPdfBoxSlowOutputDeviceMethods in com.openhtmltopdf.pdfboxout with parameters of type OutputDevice Modifier and Type Method Description voidPdfBoxTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)voidPdfBoxTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y, JustificationInfo info) -
Uses of OutputDevice in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement OutputDevice Modifier and Type Class Description classAbstractOutputDeviceAn abstract implementation of anOutputDevice.Fields in com.openhtmltopdf.render declared as OutputDevice Modifier and Type Field Description private OutputDeviceRenderingContext. outputDeviceMethods in com.openhtmltopdf.render that return OutputDevice Modifier and Type Method Description OutputDeviceRenderingContext. getOutputDevice()Methods in com.openhtmltopdf.render with parameters of type OutputDevice Modifier and Type Method Description private static voidBorderPainter. paintBorderSide(OutputDevice outputDevice, BorderPropertySet border, java.awt.Rectangle bounds, int sides, int currentSide, IdentValue borderSideStyle, int xOffset, boolean bevel)private static voidBorderPainter. paintBorderSideShape(OutputDevice outputDevice, java.awt.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, java.awt.Rectangle bounds, int sides, int currentSide, boolean bevel)private static voidBorderPainter. paintPatternedRect(OutputDevice outputDevice, java.awt.Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int sides, int currentSide, int xOffset)private static voidBorderPainter. paintSolid(OutputDevice outputDevice, java.awt.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 OutputDevice Modifier and Type Field Description private OutputDevicePDFTranscoder. outputDeviceMethods in com.openhtmltopdf.svgsupport with parameters of type OutputDevice Modifier and Type Method Description voidBatikSVGImage. drawSVG(OutputDevice outputDevice, RenderingContext ctx, double x, double y)voidPDFTranscoder. setRenderingParameters(OutputDevice od, RenderingContext ctx, double x, double y, PDFTranscoder.OpenHtmlFontResolver fontResolver, UserAgentCallback userAgentCallback)
-