Uses of Class
com.openhtmltopdf.render.JustificationInfo
-
Packages that use JustificationInfo Package Description com.openhtmltopdf.extend com.openhtmltopdf.java2d com.openhtmltopdf.pdfboxout com.openhtmltopdf.render -
-
Uses of JustificationInfo in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type JustificationInfo Modifier and Type Method Description voidTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type JustificationInfo Modifier and Type Method Description private voidJava2DTextRenderer. adjustGlyphPositions(java.lang.String string, JustificationInfo info, java.awt.font.GlyphVector vector)voidJava2DTextRenderer. drawString(OutputDevice outputDevice, java.lang.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 JustificationInfo Modifier and Type Method Description voidPdfBoxFastOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)voidPdfBoxOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)voidPdfBoxSlowOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)voidPdfBoxTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y, JustificationInfo info)voidPdfBoxFastOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)voidPdfBoxOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)voidPdfBoxSlowOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)private java.lang.Object[]PdfBoxFastOutputDevice. makeJustificationArray(java.lang.String s, JustificationInfo info)private java.lang.Object[]PdfBoxSlowOutputDevice. makeJustificationArray(java.lang.String s, JustificationInfo info) -
Uses of JustificationInfo in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as JustificationInfo Modifier and Type Field Description private JustificationInfoLineBox. _justificationInfoMethods in com.openhtmltopdf.render that return JustificationInfo Modifier and Type Method Description JustificationInfoLineBox. getJustificationInfo()Methods in com.openhtmltopdf.render with parameters of type JustificationInfo Modifier and Type Method Description private 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)
-