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.void
TextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)
void
TextRenderer. drawString(OutputDevice outputDevice, java.lang.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 OutputDevice Modifier and Type Class Description class
Java2DOutputDevice
Methods in com.openhtmltopdf.java2d with parameters of type OutputDevice Modifier and Type Method Description void
Java2DTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)
void
Java2DTextRenderer. 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.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 OutputDevice Modifier and Type Method Description abstract 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 OutputDevice Modifier and Type Field Description private OutputDevice
BoxRangeHelper. _outputDevice
Constructors 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 interface
PdfBoxOutputDevice
Classes in com.openhtmltopdf.pdfboxout that implement OutputDevice Modifier and Type Class Description class
PdfBoxFastOutputDevice
class
PdfBoxSlowOutputDevice
Methods in com.openhtmltopdf.pdfboxout with parameters of type OutputDevice Modifier and Type Method Description void
PdfBoxTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y)
void
PdfBoxTextRenderer. 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 class
AbstractOutputDevice
An abstract implementation of anOutputDevice
.Fields in com.openhtmltopdf.render declared as OutputDevice Modifier and Type Field Description private OutputDevice
RenderingContext. outputDevice
Methods in com.openhtmltopdf.render that return OutputDevice Modifier and Type Method Description OutputDevice
RenderingContext. getOutputDevice()
Methods in com.openhtmltopdf.render with parameters of type OutputDevice Modifier and Type Method Description private static void
BorderPainter. paintBorderSide(OutputDevice outputDevice, BorderPropertySet border, java.awt.Rectangle bounds, int sides, int currentSide, IdentValue borderSideStyle, int xOffset, boolean bevel)
private static void
BorderPainter. 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 void
BorderPainter. paintDoubleBorder(OutputDevice outputDevice, BorderPropertySet border, java.awt.Rectangle bounds, int sides, int currentSide, boolean bevel)
private static void
BorderPainter. paintPatternedRect(OutputDevice outputDevice, java.awt.Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int sides, int currentSide, int xOffset)
private static void
BorderPainter. paintSolid(OutputDevice outputDevice, java.awt.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 OutputDevice Modifier and Type Field Description private OutputDevice
PDFTranscoder. outputDevice
Methods in com.openhtmltopdf.svgsupport with parameters of type OutputDevice Modifier and Type Method Description void
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)
-