Uses of Class
com.openhtmltopdf.render.JustificationInfo
Packages that use JustificationInfo
Package
Description
-
Uses of JustificationInfo in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type JustificationInfoModifier and TypeMethodDescriptionprivate voidJava2DTextRenderer.adjustGlyphPositions(String string, JustificationInfo info, GlyphVector vector) voidJava2DTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) Draws a justified string. -
Uses of JustificationInfo in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidPdfBoxFastOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxSlowOutputDevice.drawString(String s, float x, float y, JustificationInfo info) voidPdfBoxTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) voidPdfBoxFastOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) voidPdfBoxOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) voidPdfBoxSlowOutputDevice.drawStringFast(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) private Object[]PdfBoxFastOutputDevice.makeJustificationArray(String s, JustificationInfo info) private Object[]PdfBoxSlowOutputDevice.makeJustificationArray(String s, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as JustificationInfoMethods in com.openhtmltopdf.render that return JustificationInfoMethods in com.openhtmltopdf.render with parameters of type JustificationInfoModifier and TypeMethodDescriptionprivate voidLineBox.adjustChildren(JustificationInfo info) private voidLineBox.adjustChildrenRTL(JustificationInfo info) floatInlineLayoutBox.adjustHorizontalPosition(JustificationInfo info, float adjust) floatInlineLayoutBox.adjustHorizontalPositionRTL(JustificationInfo info, float adjust) floatInlineText.calcTotalAdjustment(JustificationInfo info) private voidLineBox.setJustificationInfo(JustificationInfo justificationInfo)