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 void
TextRenderer. 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 void
Java2DTextRenderer. adjustGlyphPositions(java.lang.String string, JustificationInfo info, java.awt.font.GlyphVector vector)
void
Java2DTextRenderer. 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 void
PdfBoxFastOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)
void
PdfBoxOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)
void
PdfBoxSlowOutputDevice. drawString(java.lang.String s, float x, float y, JustificationInfo info)
void
PdfBoxTextRenderer. drawString(OutputDevice outputDevice, java.lang.String string, float x, float y, JustificationInfo info)
void
PdfBoxFastOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)
void
PdfBoxOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)
void
PdfBoxSlowOutputDevice. 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 JustificationInfo
LineBox. _justificationInfo
Methods in com.openhtmltopdf.render that return JustificationInfo Modifier and Type Method Description JustificationInfo
LineBox. getJustificationInfo()
Methods in com.openhtmltopdf.render with parameters of type JustificationInfo Modifier and Type Method Description private void
LineBox. adjustChildren(JustificationInfo info)
private void
LineBox. adjustChildrenRTL(JustificationInfo info)
float
InlineLayoutBox. adjustHorizontalPosition(JustificationInfo info, float adjust)
float
InlineLayoutBox. adjustHorizontalPositionRTL(JustificationInfo info, float adjust)
float
InlineText. calcTotalAdjustment(JustificationInfo info)
private void
LineBox. setJustificationInfo(JustificationInfo justificationInfo)
-