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 TypeMethodDescriptionvoid
TextRenderer.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 void
Java2DTextRenderer.adjustGlyphPositions
(String string, JustificationInfo info, GlyphVector vector) void
Java2DTextRenderer.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 TypeMethodDescriptionvoid
PdfBoxFastOutputDevice.drawString
(String s, float x, float y, JustificationInfo info) void
PdfBoxOutputDevice.drawString
(String s, float x, float y, JustificationInfo info) void
PdfBoxSlowOutputDevice.drawString
(String s, float x, float y, JustificationInfo info) void
PdfBoxTextRenderer.drawString
(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) void
PdfBoxFastOutputDevice.drawStringFast
(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) void
PdfBoxOutputDevice.drawStringFast
(String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize) void
PdfBoxSlowOutputDevice.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 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)