Uses of Interface
com.openhtmltopdf.extend.OutputDevice
| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render |
-
Uses of OutputDevice in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type OutputDevice Modifier and Type Method Description Map<Shape,String>FSObjectDrawer. 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.layout
Constructors in com.openhtmltopdf.layout with parameters of type OutputDevice Constructor Description BoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
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.Methods 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 voidRenderingContext. setOutputDevice(OutputDevice outputDevice)