Uses of Class
org.xhtmlrenderer.render.LineBox
-
Packages that use LineBox Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of LineBox in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type LineBox Modifier and Type Method Description voidOutputDevice. drawTextDecoration(RenderingContext c, LineBox lineBox) -
Uses of LineBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type LineBox Modifier and Type Method Description intBlockFormattingContext. getFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intBlockFormattingContext. getLeftFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getLeftFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intBlockFormattingContext. getNextLineBoxDelta(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getNextLineBoxDelta(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)intBlockFormattingContext. getRightFloatDistance(CssContext cssCtx, LineBox line, int containingBlockWidth)intFloatManager. getRightFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth)static voidLayoutUtil. layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box)static FloatLayoutResultLayoutUtil. layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List<FloatLayoutResult> pendingFloats) -
Uses of LineBox in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return LineBox Modifier and Type Method Description LineBoxBlockBox. findLastNthLineBox(int count)LineBoxBlockBox. getLineBox()LineBoxInlineLayoutBox. getLineBox()LineBoxMarkerData. getReferenceLine()Methods in org.xhtmlrenderer.render with parameters of type LineBox Modifier and Type Method Description voidAbstractOutputDevice. drawTextDecoration(RenderingContext c, LineBox lineBox)voidMarkerData. restorePreviousReferenceLine(LineBox current)voidMarkerData. setReferenceLine(LineBox referenceLine)
-