Uses of Record Class
org.openpdf.render.JustificationInfo
Packages that use JustificationInfo
-
Uses of JustificationInfo in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in org.openpdf.pdf
Methods in org.openpdf.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) -
Uses of JustificationInfo in org.openpdf.render
Methods in org.openpdf.render that return JustificationInfoMethods in org.openpdf.render with parameters of type JustificationInfoModifier and TypeMethodDescriptionfloatInlineLayoutBox.adjustHorizontalPosition(JustificationInfo info, float adjust) floatInlineText.calcTotalAdjustment(JustificationInfo info) -
Uses of JustificationInfo in org.openpdf.swing
Methods in org.openpdf.swing with parameters of type JustificationInfoModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info)