Uses of Interface
com.openhtmltopdf.extend.OutputDevice
-
Packages that use 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 voidTextRenderer. drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y)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)RectangleTextRenderer. getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)float[]TextRenderer. getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)FSGlyphVectorTextRenderer. getGlyphVector(OutputDevice outputDevice, FSFont font, String string) -
Uses of OutputDevice in com.openhtmltopdf.layout
Constructors in com.openhtmltopdf.layout with parameters of type OutputDevice Constructor Description BoxRangeHelper(OutputDevice outputDevice, List 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)
-