Uses of Class
org.xhtmlrenderer.render.RenderingContext
Packages that use RenderingContext
Package
Description
-
Uses of RenderingContext in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type RenderingContextModifier and TypeMethodDescriptionContentFunction.calculate(RenderingContext c, FSFunction function, InlineText text) -
Uses of RenderingContext in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) voidOutputDevice.drawSelection(RenderingContext c, InlineText inlineText) voidOutputDevice.drawText(RenderingContext c, InlineText inlineText) voidOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) voidOutputDevice.drawTextDecoration(RenderingContext c, LineBox lineBox) voidOutputDevice.paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) voidOutputDevice.paintBackground(RenderingContext c, Box box) voidOutputDevice.paintBorder(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) voidOutputDevice.paintBorder(RenderingContext c, Box box) voidOutputDevice.paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) voidOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of RenderingContext in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return RenderingContextMethods in org.xhtmlrenderer.layout with parameters of type RenderingContextModifier and TypeMethodDescriptionintLayer.getRelativePageCount(RenderingContext c) intLayer.getRelativePageNo(RenderingContext c) intLayer.getRelativePageNo(RenderingContext c, int absY) voidLayer.paint(RenderingContext c) voidLayer.paintAsLayer(RenderingContext c, BlockBox startingPoint) voidInlinePaintable.paintInline(RenderingContext c) voidBoxRangeHelper.popClipRegions(RenderingContext c, int contentIndex) voidBoxRangeHelper.pushClipRegion(RenderingContext c, int contentIndex) -
Uses of RenderingContext in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidTableRowBox.exportText(RenderingContext c, Writer writer) TableCellBox.getChildrenClipEdge(RenderingContext c) booleanTableCellBox.isNeedsClipOnPaint(RenderingContext c) voidTableBox.paintBackground(RenderingContext c) voidTableCellBox.paintBackground(RenderingContext c) voidTableRowBox.paintBackground(RenderingContext c) voidTableSectionBox.paintBackground(RenderingContext c) voidTableBox.paintBorder(RenderingContext c) voidTableCellBox.paintBorder(RenderingContext c) voidTableRowBox.paintBorder(RenderingContext c) voidTableSectionBox.paintBorder(RenderingContext c) voidTableCellBox.paintCollapsedBorder(RenderingContext c, int side) voidTableBox.updateHeaderFooterPosition(RenderingContext c) -
Uses of RenderingContext in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type RenderingContextModifier and TypeMethodDescriptionvoidBox.collectText(RenderingContext c, StringBuilder buffer) voidInlineLayoutBox.collectText(RenderingContext c, StringBuilder buffer) voidLineBox.collectText(RenderingContext c, StringBuilder buffer) voidAbstractOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) voidAbstractOutputDevice.drawText(RenderingContext c, InlineText inlineText) voidAbstractOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) voidAbstractOutputDevice.drawTextDecoration(RenderingContext c, LineBox lineBox) voidPageBox.exportLeadingText(RenderingContext c, Writer writer) protected voidBox.exportPageBoxText(RenderingContext c, Writer writer, int yPos) voidBox.exportText(RenderingContext c, Writer writer) voidLineBox.exportText(RenderingContext c, Writer writer) voidPageBox.exportTrailingText(RenderingContext c, Writer writer) booleanBlockBox.isNeedsClipOnPaint(RenderingContext c) voidInlineLayoutBox.lookForDynamicFunctions(RenderingContext c) static voidBorderPainter.paint(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel) voidInlineText.paint(RenderingContext c) static voidListItemPainter.paint(RenderingContext c, BlockBox box) voidAbstractOutputDevice.paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) voidAbstractOutputDevice.paintBackground(RenderingContext c, Box box) voidBox.paintBackground(RenderingContext c) voidPageBox.paintBackground(RenderingContext c, int additionalClearance, short mode) voidAbstractOutputDevice.paintBorder(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) voidAbstractOutputDevice.paintBorder(RenderingContext c, Box box) voidBox.paintBorder(RenderingContext c) voidPageBox.paintBorder(RenderingContext c, int additionalClearance, short mode) voidAbstractOutputDevice.paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) voidBlockBox.paintDebugOutline(RenderingContext c) voidInlineLayoutBox.paintDebugOutline(RenderingContext c) voidBlockBox.paintInline(RenderingContext c) voidInlineLayoutBox.paintInline(RenderingContext c) voidLineBox.paintInline(RenderingContext c) voidBlockBox.paintListMarker(RenderingContext c) voidPageBox.paintMarginAreas(RenderingContext c, int additionalClearance, short mode) voidvoidInlineLayoutBox.paintSelection(RenderingContext c) voidInlineText.paintSelection(RenderingContext c) voidInlineText.updateDynamicValue(RenderingContext c) booleanInlineText.updateSelection(RenderingContext c, Rectangle selection) -
Uses of RenderingContext in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return RenderingContextMethods in org.xhtmlrenderer.swing with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected voidBasicPanel.doRender(RenderingContext c, Layer root) protected voidScalableXHTMLPanel.doRender(RenderingContext c, Layer root) Renders according to scale factorvoidJava2DOutputDevice.drawSelection(RenderingContext c, InlineText inlineText) voidJava2DOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box)