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 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.xhtmlrenderer.layout
Constructors in org.xhtmlrenderer.layout with parameters of type OutputDeviceModifierConstructorDescriptionBoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement OutputDeviceMethods in org.xhtmlrenderer.render that return OutputDeviceMethods in org.xhtmlrenderer.render with parameters of type OutputDeviceModifier and TypeMethodDescriptionvoidRenderingContext.setOutputDevice(OutputDevice outputDevice) -
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 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)