Uses of Class
org.xhtmlrenderer.render.JustificationInfo
-
Packages that use JustificationInfo Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of JustificationInfo in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type JustificationInfo Modifier and Type Method Description voidTextRenderer. drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info) -
Uses of JustificationInfo in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return JustificationInfo Modifier and Type Method Description JustificationInfoLineBox. getJustificationInfo()Methods in org.xhtmlrenderer.render with parameters of type JustificationInfo Modifier and Type Method Description floatInlineLayoutBox. adjustHorizontalPosition(JustificationInfo info, float adjust)floatInlineText. calcTotalAdjustment(JustificationInfo info) -
Uses of JustificationInfo in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type JustificationInfo Modifier and Type Method Description voidJava2DTextRenderer. drawString(OutputDevice outputDevice, String string, float x, float y, JustificationInfo info)
-