Uses of Class
org.xhtmlrenderer.swing.Java2DOutputDevice
Packages that use Java2DOutputDevice
-
Uses of Java2DOutputDevice in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type Java2DOutputDeviceModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawGlyphVector(Java2DOutputDevice outputDevice, FSGlyphVector fsGlyphVector, float x, float y) voidJava2DTextRenderer.drawString(Java2DOutputDevice outputDevice, String string, float x, float y) voidJava2DTextRenderer.drawString(Java2DOutputDevice outputDevice, String string, float x, float y, JustificationInfo info) Java2DTextRenderer.getGlyphBounds(Java2DOutputDevice outputDevice, AWTFSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]Java2DTextRenderer.getGlyphPositions(Java2DOutputDevice outputDevice, AWTFSFont font, String text) float[]Java2DTextRenderer.getGlyphPositions(Java2DOutputDevice outputDevice, AWTFSFont font, FSGlyphVector fsGlyphVector) Java2DTextRenderer.getGlyphVector(Java2DOutputDevice outputDevice, AWTFSFont font, String text)