Uses of Class
org.xhtmlrenderer.render.TextDecoration
Packages that use TextDecoration
-
Uses of TextDecoration in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type TextDecorationModifier and TypeMethodDescriptionvoidOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of TextDecoration in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return types with arguments of type TextDecorationModifier and TypeMethodDescriptionstatic List<TextDecoration>InlineBoxing.calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) -
Uses of TextDecoration in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return types with arguments of type TextDecorationModifier and TypeMethodDescription@Nullable List<TextDecoration>InlineLayoutBox.getTextDecorations()@Nullable List<TextDecoration>LineBox.getTextDecorations()Methods in org.xhtmlrenderer.render with parameters of type TextDecorationModifier and TypeMethodDescriptionvoidAbstractOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) Method parameters in org.xhtmlrenderer.render with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoidInlineLayoutBox.setTextDecorations(List<TextDecoration> textDecoration) voidLineBox.setTextDecorations(List<TextDecoration> textDecorations)