Uses of Interface
org.openpdf.extend.OutputDevice
Packages that use OutputDevice
Package
Description
-
Uses of OutputDevice in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) voidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidTextRenderer.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.openpdf.layout
Methods in org.openpdf.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.openpdf.layout with parameters of type OutputDeviceModifierConstructorDescriptionBoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in org.openpdf.pdf
Classes in org.openpdf.pdf that implement OutputDeviceModifier and TypeClassDescriptionclassThis class is largely based onPdfGraphics2D.Methods in org.openpdf.pdf with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidITextTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) voidITextTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidITextTextRenderer.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.openpdf.render
Classes in org.openpdf.render that implement OutputDeviceMethods in org.openpdf.render that return OutputDeviceConstructors in org.openpdf.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.openpdf.swing
Classes in org.openpdf.swing that implement OutputDeviceMethods in org.openpdf.swing with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector fsGlyphVector, float x, float y) voidJava2DTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y) voidJava2DTextRenderer.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)