Uses of Interface
org.xhtmlrenderer.extend.OutputDevice
-
Packages that use OutputDevice Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of OutputDevice in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type OutputDevice Modifier and Type Method Description voidTextRenderer. 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)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 org.xhtmlrenderer.layout
Constructors in org.xhtmlrenderer.layout with parameters of type OutputDevice Constructor Description BoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList) -
Uses of OutputDevice in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement OutputDevice Modifier and Type Class Description classAbstractOutputDeviceAn abstract implementation of anOutputDevice.Methods in org.xhtmlrenderer.render that return OutputDevice Modifier and Type Method Description OutputDeviceRenderingContext. getOutputDevice()Methods in org.xhtmlrenderer.render with parameters of type OutputDevice Modifier and Type Method Description voidRenderingContext. setOutputDevice(OutputDevice outputDevice) -
Uses of OutputDevice in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement OutputDevice Modifier and Type Class Description classJava2DOutputDeviceMethods in org.xhtmlrenderer.swing with parameters of type OutputDevice Modifier and Type Method Description voidJava2DTextRenderer. 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)RectangleJava2DTextRenderer. 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)FSGlyphVectorJava2DTextRenderer. getGlyphVector(OutputDevice outputDevice, FSFont font, String text)
-