Uses of Class
org.xhtmlrenderer.pdf.ITextOutputDevice
Packages that use ITextOutputDevice
-
Uses of ITextOutputDevice in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return ITextOutputDeviceMethods in org.xhtmlrenderer.pdf with parameters of type ITextOutputDeviceModifier and TypeMethodDescriptionvoidITextTextRenderer.drawGlyphVector(ITextOutputDevice outputDevice, org.xhtmlrenderer.extend.FSGlyphVector vector, float x, float y) voidITextTextRenderer.drawString(ITextOutputDevice outputDevice, String string, float x, float y) voidITextTextRenderer.drawString(ITextOutputDevice outputDevice, String string, float x, float y, org.xhtmlrenderer.render.JustificationInfo info) protected StringAbstractFormField.getFieldName(ITextOutputDevice outputDevice, Element e) ITextTextRenderer.getGlyphBounds(ITextOutputDevice outputDevice, ITextFSFont font, org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector, int index, float x, float y) float[]ITextTextRenderer.getGlyphPositions(ITextOutputDevice outputDevice, ITextFSFont font, org.xhtmlrenderer.extend.FSGlyphVector fsGlyphVector) org.xhtmlrenderer.extend.FSGlyphVectorITextTextRenderer.getGlyphVector(ITextOutputDevice outputDevice, ITextFSFont font, String string) voidBookmarkElement.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidCheckboxFormField.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidEmptyReplacedElement.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidITextImageElement.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidITextReplacedElement.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidRadioButtonFormField.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidTextFormField.paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) Constructors in org.xhtmlrenderer.pdf with parameters of type ITextOutputDeviceModifierConstructorDescriptionITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice) ITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice, org.xhtmlrenderer.extend.FontResolver fontResolver) ITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice, ITextUserAgent userAgent) ITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice, ITextUserAgent userAgent, org.xhtmlrenderer.extend.FontResolver fontResolver) ITextRenderer(float dotsPerPoint, int dotsPerPixel, ITextOutputDevice outputDevice, ITextUserAgent userAgent, org.xhtmlrenderer.extend.FontResolver fontResolver, org.xhtmlrenderer.extend.ReplacedElementFactory replacedElementFactory, org.xhtmlrenderer.extend.TextRenderer<?, ?, ?> textRenderer) ITextRenderer(ITextOutputDevice outputDevice, ITextUserAgent userAgent) ITextReplacedElementFactory(ITextOutputDevice outputDevice) ITextUserAgent(ITextOutputDevice outputDevice, int dotsPerPixel)