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 TypeMethodDescriptionvoid
OutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) -
Uses of TextDecoration in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return TextDecorationModifier and TypeMethodDescriptionprivate static TextDecoration
InlineBoxing.calculateTextDecoration
(int baseline, FSFontMetrics fm) 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
Fields in org.xhtmlrenderer.render with type parameters of type TextDecorationModifier and TypeFieldDescriptionprivate @Nullable List
<TextDecoration> InlineLayoutBox._textDecorations
private @Nullable List
<TextDecoration> LineBox._textDecorations
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 TypeMethodDescriptionvoid
AbstractOutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) Method parameters in org.xhtmlrenderer.render with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoid
InlineLayoutBox.setTextDecorations
(List<TextDecoration> textDecoration) void
LineBox.setTextDecorations
(List<TextDecoration> textDecorations)