Uses of Class
org.xhtmlrenderer.render.RenderingContext
Packages that use RenderingContext
Package
Description
-
Uses of RenderingContext in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type RenderingContextModifier and TypeMethodDescriptionContentFunctionFactory.LeaderFunction.calculate(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PageCounterFunction.calculate(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PagesCounterFunction.calculate(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.TargetCounterFunction.calculate(RenderingContext c, FSFunction function, InlineText text) -
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 RenderingContextModifier and TypeMethodDescriptionSharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) Methods 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) private voidLayer.paintBackgroundsAndBorders(RenderingContext c, List<Box> blocks, @Nullable Map<TableCellBox, List<CollapsedBorderSide>> collapsedTableBorders, BoxRangeLists rangeLists) private voidLayer.paintCollapsedTableBorders(RenderingContext c, List<CollapsedBorderSide> borders) private voidLayer.paintFloats(RenderingContext c) voidInlinePaintable.paintInline(RenderingContext c) private voidLayer.paintInlineContent(RenderingContext c, List<Box> lines, BoxRangeLists rangeLists) private voidprivate voidLayer.paintLayers(RenderingContext c, List<Layer> layers) private voidLayer.paintListMarkers(RenderingContext c, List<Box> blocks, BoxRangeLists rangeLists) private voidLayer.paintReplacedElement(RenderingContext c, BlockBox replaced) private voidLayer.paintReplacedElements(RenderingContext c, List<Box> blocks, BoxRangeLists rangeLists) private voidLayer.paintSelection(RenderingContext c, List<Box> lines) private voidLayer.positionFixedLayer(RenderingContext c) 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) private RectangleTableBox.getContentLimitedBorderEdge(RenderingContext c) private RectangleTableCellBox.getContentLimitedBorderEdge(RenderingContext c) booleanTableCellBox.isNeedsClipOnPaint(RenderingContext c) voidTableBox.paintBackground(RenderingContext c) voidTableCellBox.paintBackground(RenderingContext c) voidTableRowBox.paintBackground(RenderingContext c) voidTableSectionBox.paintBackground(RenderingContext c) private voidTableCellBox.paintBackgroundStack(RenderingContext c, Rectangle bounds) voidTableBox.paintBorder(RenderingContext c) voidTableCellBox.paintBorder(RenderingContext c) voidTableRowBox.paintBorder(RenderingContext c) voidTableSectionBox.paintBorder(RenderingContext c) voidTableCellBox.paintCollapsedBorder(RenderingContext c, int side) private voidTableBox.updateFooterPosition(RenderingContext c, ContentLimit limit) voidTableBox.updateHeaderFooterPosition(RenderingContext c) private voidTableBox.updateHeaderPosition(RenderingContext c, ContentLimit limit) -
Uses of RenderingContext in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return RenderingContextModifier and TypeMethodDescriptionprivate RenderingContextITextRenderer.newRenderingContext(int initialPageNo) Methods in org.xhtmlrenderer.pdf with parameters of type RenderingContextModifier and TypeMethodDescriptionprivate com.lowagie.text.RectangleITextOutputDevice.calcTotalLinkArea(RenderingContext c, Box box) private Optional<com.lowagie.text.Rectangle> ITextOutputDevice.checkLinkArea(RenderingContext c, Box box) private voidTextFormField.createAppearance(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box, com.lowagie.text.pdf.PdfFormField field, String value) private @Nullable com.lowagie.text.pdf.PdfDestinationITextOutputDevice.createDestination(RenderingContext c, Box box) private voidRadioButtonFormField.createField(RenderingContext c, ITextOutputDevice outputDevice, com.lowagie.text.pdf.PdfContentByte cb, com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.pdf.PdfFormField group, RadioButtonFormField fieldElem, RadioButtonFormField checked) com.lowagie.text.RectangleITextOutputDevice.createLocalTargetArea(RenderingContext c, Box box) private com.lowagie.text.RectangleITextOutputDevice.createLocalTargetArea(RenderingContext c, Box box, boolean useAggregateBounds) com.lowagie.text.RectangleITextOutputDevice.createTargetArea(RenderingContext c, Box box) voidITextOutputDevice.drawSelection(RenderingContext c, InlineText inlineText) voidITextOutputDevice.finish(RenderingContext c, Box root) voidBookmarkElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidCheckboxFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidEmptyReplacedElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextImageElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextReplacedElement.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidRadioButtonFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidTextFormField.paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidITextOutputDevice.paintBackground(RenderingContext c, Box box) private voidITextRenderer.paintPage(RenderingContext c, com.lowagie.text.pdf.PdfWriter writer, PageBox page) voidITextOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) private voidITextOutputDevice.processLink(RenderingContext c, Box box) private voidITextOutputDevice.writeBookmark(RenderingContext c, Box root, com.lowagie.text.pdf.PdfOutline parent, ITextOutputDevice.Bookmark bookmark) private voidITextOutputDevice.writeBookmarks(RenderingContext c, Box root, com.lowagie.text.pdf.PdfOutline parent, List<ITextOutputDevice.Bookmark> bookmarks) private voidITextOutputDevice.writeNamedDestinations(RenderingContext c) private voidITextOutputDevice.writeOutline(RenderingContext c, Box root) private voidITextRenderer.writePDF(List<PageBox> pages, RenderingContext c, com.lowagie.text.Rectangle firstPageSize, com.lowagie.text.Document doc, com.lowagie.text.pdf.PdfWriter writer) -
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) private voidAbstractOutputDevice.drawFontMetrics(RenderingContext c, InlineText inlineText) private static voidListItemPainter.drawGlyph(RenderingContext c, BlockBox box, CalculatedStyle style) private static voidListItemPainter.drawImage(RenderingContext c, BlockBox box, MarkerData markerData) voidAbstractOutputDevice.drawText(RenderingContext c, InlineText inlineText) private static voidListItemPainter.drawText(RenderingContext c, BlockBox box) voidAbstractOutputDevice.drawTextDecoration(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) voidAbstractOutputDevice.drawTextDecoration(RenderingContext c, LineBox lineBox) private voidInlineText.ensureGlyphPositions(RenderingContext c) voidPageBox.exportLeadingText(RenderingContext c, Writer writer) private voidBox.exportPageBoxText(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) private @Nullable FSImageAbstractOutputDevice.getBackgroundImage(RenderingContext c, CalculatedStyle style) private static intListItemPainter.getListItemCenterBaseline(RenderingContext c, BlockBox box) PageBox.BottomLeftCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.BottomMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.BottomRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.LeftMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) abstract PointPageBox.MarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.RightMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopLeftCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopMarginArea.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) PageBox.TopRightCorner.getPaintingPosition(RenderingContext c, PageBox page, int additionalClearance, Layer.PagedMode mode) private static intListItemPainter.getReferenceX(RenderingContext c, BlockBox box) booleanBlockBox.isNeedsClipOnPaint(RenderingContext c) voidInlineLayoutBox.lookForDynamicFunctions(RenderingContext c) private voidLineBox.lookForDynamicFunctions(RenderingContext c) static voidBorderPainter.paint(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset) 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, Layer.PagedMode mode) private voidAbstractOutputDevice.paintBackground0(RenderingContext c, CalculatedStyle style, Rectangle backgroundBounds, Rectangle bgImageContainer, BorderPropertySet border) 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, Layer.PagedMode 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, Layer.PagedMode mode) voidprivate 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 factorprivate voidJava2DOutputDevice.drawSelectedText(RenderingContext c, InlineText inlineText, InlineLayoutBox iB, FSGlyphVector glyphVector) voidJava2DOutputDevice.drawSelection(RenderingContext c, InlineText inlineText) private voidBasicPanel.paintPagedView(RenderingContext c, Layer root) voidJava2DOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of RenderingContext in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt that return RenderingContextModifier and TypeMethodDescriptionprotected RenderingContextBasicRenderer.newRenderingContext(org.eclipse.swt.graphics.GC gc) protected RenderingContextPrinterRenderer.newRenderingContext(org.eclipse.swt.graphics.GC gc) Methods in org.xhtmlrenderer.swt with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected voidBasicRenderer.doRender(RenderingContext c) voidSWTOutputDevice.drawSelection(RenderingContext c, InlineText inlineText) private voidBasicRenderer.paintPagedView(RenderingContext c, Layer root) voidSWTOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box)