Uses of Record Class
org.xhtmlrenderer.render.JustificationInfo
Packages that use JustificationInfo
Package
Description
-
Uses of JustificationInfo in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidITextOutputDevice.drawString(String s, float x, float y, @Nullable JustificationInfo info) voidITextTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) private com.lowagie.text.pdf.PdfTextArrayITextOutputDevice.makeJustificationArray(String s, JustificationInfo info) -
Uses of JustificationInfo in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as JustificationInfoMethods in org.xhtmlrenderer.render that return JustificationInfoModifier and TypeMethodDescriptionLineBox.getJustificationInfo()private static JustificationInfoLineBox.justificationInfo(CharCounts counts, int toAdd) Methods in org.xhtmlrenderer.render with parameters of type JustificationInfoModifier and TypeMethodDescriptionprivate voidLineBox.adjustChildren(JustificationInfo info) floatInlineLayoutBox.adjustHorizontalPosition(JustificationInfo info, float adjust) floatInlineText.calcTotalAdjustment(JustificationInfo info) private voidLineBox.setJustificationInfo(JustificationInfo justificationInfo) -
Uses of JustificationInfo in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing 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) -
Uses of JustificationInfo in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidSWTTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info)