Uses of Interface
org.xhtmlrenderer.extend.OutputDevice
Packages that use OutputDevice
Package
Description
-
Uses of OutputDevice in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
TextRenderer.drawGlyphVector
(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) void
TextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
TextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) TextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
TextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) TextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string) -
Uses of OutputDevice in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as OutputDeviceMethods in org.xhtmlrenderer.layout with parameters of type OutputDeviceModifier and TypeMethodDescriptionSharedContext.newRenderingContextInstance
(OutputDevice outputDevice, FontContext fontContext) SharedContext.newRenderingContextInstance
(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) Constructors in org.xhtmlrenderer.layout with parameters of type OutputDeviceModifierConstructorDescriptionBoxRangeHelper
(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement OutputDeviceModifier and TypeClassDescriptionclass
This class is largely based onPdfGraphics2D
.Methods in org.xhtmlrenderer.pdf with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
ITextTextRenderer.drawGlyphVector
(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) void
ITextTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
ITextTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) ITextTextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
ITextTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) ITextTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string) -
Uses of OutputDevice in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement OutputDeviceFields in org.xhtmlrenderer.render declared as OutputDeviceMethods in org.xhtmlrenderer.render that return OutputDeviceMethods in org.xhtmlrenderer.render with parameters of type OutputDeviceModifier and TypeMethodDescriptionprivate static void
BorderPainter.paintBorderSide
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int currentSide, IdentValue borderSideStyle, int xOffset) private static void
BorderPainter.paintBorderSideShape
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int currentSide) private static void
BorderPainter.paintDoubleBorder
(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int currentSide) private static void
BorderPainter.paintPatternedRect
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int currentSide, int xOffset) private static void
BorderPainter.paintSolid
(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int currentSide) Constructors in org.xhtmlrenderer.render with parameters of type OutputDeviceModifierConstructorDescriptionRenderingContext
(SharedContext sharedContext, OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) needs a new instance every run -
Uses of OutputDevice in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement OutputDeviceMethods in org.xhtmlrenderer.swing with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
Java2DTextRenderer.drawGlyphVector
(OutputDevice outputDevice, FSGlyphVector fsGlyphVector, float x, float y) void
Java2DTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
Java2DTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) Java2DTextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
Java2DTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, String text) float[]
Java2DTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) Java2DTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String text) -
Uses of OutputDevice in org.xhtmlrenderer.swt
Classes in org.xhtmlrenderer.swt that implement OutputDeviceMethods in org.xhtmlrenderer.swt with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoid
SWTTextRenderer.drawGlyphVector
(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) void
SWTTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y) void
SWTTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) SWTTextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
SWTTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) SWTTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string)