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 TypeMethodDescriptionvoid
OutputDevice.drawDebugOutline
(RenderingContext c, Box box, FSColor color) void
OutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) void
OutputDevice.drawText
(RenderingContext c, InlineText inlineText) void
OutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) void
OutputDevice.drawTextDecoration
(RenderingContext c, LineBox lineBox) void
OutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer) void
OutputDevice.paintBackground
(RenderingContext c, Box box) void
OutputDevice.paintBorder
(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) void
OutputDevice.paintBorder
(RenderingContext c, Box box) void
OutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) void
OutputDevice.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 TypeMethodDescriptionint
Layer.getRelativePageCount
(RenderingContext c) int
Layer.getRelativePageNo
(RenderingContext c) void
Layer.paint
(RenderingContext c) void
Layer.paintAsLayer
(RenderingContext c, BlockBox startingPoint) void
InlinePaintable.paintInline
(RenderingContext c) void
BoxRangeHelper.popClipRegions
(RenderingContext c, int contentIndex) void
BoxRangeHelper.pushClipRegion
(RenderingContext c, int contentIndex) -
Uses of RenderingContext in org.xhtmlrenderer.newtable
Methods in org.xhtmlrenderer.newtable with parameters of type RenderingContextModifier and TypeMethodDescriptionvoid
TableRowBox.exportText
(RenderingContext c, Writer writer) TableCellBox.getChildrenClipEdge
(RenderingContext c) boolean
TableCellBox.isNeedsClipOnPaint
(RenderingContext c) void
TableBox.paintBackground
(RenderingContext c) void
TableCellBox.paintBackground
(RenderingContext c) void
TableRowBox.paintBackground
(RenderingContext c) void
TableSectionBox.paintBackground
(RenderingContext c) void
TableBox.paintBorder
(RenderingContext c) void
TableCellBox.paintBorder
(RenderingContext c) void
TableRowBox.paintBorder
(RenderingContext c) void
TableSectionBox.paintBorder
(RenderingContext c) void
TableCellBox.paintCollapsedBorder
(RenderingContext c, int side) void
TableBox.updateHeaderFooterPosition
(RenderingContext c) -
Uses of RenderingContext in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type RenderingContextModifier and TypeMethodDescriptioncom.lowagie.text.Rectangle
ITextOutputDevice.createLocalTargetArea
(RenderingContext c, Box box) com.lowagie.text.Rectangle
ITextOutputDevice.createTargetArea
(RenderingContext c, Box box) void
ITextOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) void
ITextOutputDevice.finish
(RenderingContext c, Box root) void
BookmarkElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
CheckboxFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextImageElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextReplacedElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
RadioButtonFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
SelectFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
TextAreaFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
TextFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextOutputDevice.paintBackground
(RenderingContext c, Box box) void
ITextOutputDevice.paintReplacedElement
(RenderingContext c, BlockBox box) -
Uses of RenderingContext in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type RenderingContextModifier and TypeMethodDescriptionvoid
Box.collectText
(RenderingContext c, StringBuffer buffer) void
InlineLayoutBox.collectText
(RenderingContext c, StringBuffer buffer) void
LineBox.collectText
(RenderingContext c, StringBuffer buffer) void
AbstractOutputDevice.drawDebugOutline
(RenderingContext c, Box box, FSColor color) void
AbstractOutputDevice.drawText
(RenderingContext c, InlineText inlineText) void
AbstractOutputDevice.drawTextDecoration
(RenderingContext c, InlineLayoutBox iB, TextDecoration decoration) void
AbstractOutputDevice.drawTextDecoration
(RenderingContext c, LineBox lineBox) void
PageBox.exportLeadingText
(RenderingContext c, Writer writer) void
Box.exportText
(RenderingContext c, Writer writer) void
LineBox.exportText
(RenderingContext c, Writer writer) void
PageBox.exportTrailingText
(RenderingContext c, Writer writer) boolean
BlockBox.isNeedsClipOnPaint
(RenderingContext c) void
InlineLayoutBox.lookForDynamicFunctions
(RenderingContext c) static void
BorderPainter.paint
(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset, boolean bevel) void
InlineText.paint
(RenderingContext c) static void
ListItemPainter.paint
(RenderingContext c, BlockBox box) void
AbstractOutputDevice.paintBackground
(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer) void
AbstractOutputDevice.paintBackground
(RenderingContext c, Box box) void
Box.paintBackground
(RenderingContext c) void
PageBox.paintBackground
(RenderingContext c, int additionalClearance, short mode) void
AbstractOutputDevice.paintBorder
(RenderingContext c, CalculatedStyle style, Rectangle edge, int sides) void
AbstractOutputDevice.paintBorder
(RenderingContext c, Box box) void
Box.paintBorder
(RenderingContext c) void
PageBox.paintBorder
(RenderingContext c, int additionalClearance, short mode) void
AbstractOutputDevice.paintCollapsedBorder
(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) void
BlockBox.paintDebugOutline
(RenderingContext c) void
InlineLayoutBox.paintDebugOutline
(RenderingContext c) void
BlockBox.paintInline
(RenderingContext c) void
InlineLayoutBox.paintInline
(RenderingContext c) void
LineBox.paintInline
(RenderingContext c) void
BlockBox.paintListMarker
(RenderingContext c) void
PageBox.paintMarginAreas
(RenderingContext c, int additionalClearance, short mode) void
void
InlineLayoutBox.paintSelection
(RenderingContext c) void
InlineText.paintSelection
(RenderingContext c) void
InlineText.updateDynamicValue
(RenderingContext c) boolean
InlineText.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 TypeMethodDescriptionvoid
Java2DOutputDevice.drawSelection
(RenderingContext c, InlineText inlineText) void
Java2DOutputDevice.paintReplacedElement
(RenderingContext c, BlockBox box)