Uses of Class
com.itextpdf.layout.renderer.DrawContext
-
Uses of DrawContext in com.itextpdf.layout.renderer
Modifier and TypeMethodDescriptionprotected void
AbstractRenderer.applyDestinationsAndAnnotation
(DrawContext drawContext) protected void
AbstractRenderer.beginElementOpacityApplying
(DrawContext drawContext) protected boolean
AbstractRenderer.clipBackgroundArea
(DrawContext drawContext, Rectangle outerBorderBox) protected boolean
AbstractRenderer.clipBackgroundArea
(DrawContext drawContext, Rectangle outerBorderBox, boolean considerBordersBeforeClipping) protected boolean
AbstractRenderer.clipBorderArea
(DrawContext drawContext, Rectangle outerBorderBox) void
AbstractRenderer.draw
(DrawContext drawContext) Flushes the renderer subtree contents, i.e.void
AreaBreakRenderer.draw
(DrawContext drawContext) Throws an UnsupportedOperationException because instances of this class are only used for terminating the current content area.void
BlockRenderer.draw
(DrawContext drawContext) void
ImageRenderer.draw
(DrawContext drawContext) void
IRenderer.draw
(DrawContext drawContext) Flushes the renderer subtree contents, i.e.void
LinkRenderer.draw
(DrawContext drawContext) void
ListItemRenderer.draw
(DrawContext drawContext) void
TableRenderer.draw
(DrawContext drawContext) Flushes the renderer subtree contents, i.e.void
TabRenderer.draw
(DrawContext drawContext) void
TextRenderer.draw
(DrawContext drawContext) void
AbstractRenderer.drawBackground
(DrawContext drawContext) Draws a background layer if it is defined by a keyProperty.BACKGROUND
in either the layout element or thisIRenderer
itself.void
CellRenderer.drawBackground
(DrawContext drawContext) void
TableRenderer.drawBackground
(DrawContext drawContext) protected void
TableRenderer.drawBackgrounds
(DrawContext drawContext) void
AbstractRenderer.drawBorder
(DrawContext drawContext) Performs the drawing operation for the border of this renderer, if defined by any of theProperty.BORDER
values in either the layout element or thisIRenderer
itself.void
CellRenderer.drawBorder
(DrawContext drawContext) Performs the drawing operation for the border of this renderer, if defined by any of theProperty.BORDER
values in either the layout element or thisIRenderer
itself.void
TableRenderer.drawBorder
(DrawContext drawContext) protected void
TableRenderer.drawBorders
(DrawContext drawContext) protected void
TableRenderer.drawCaption
(DrawContext drawContext) void
AbstractRenderer.drawChildren
(DrawContext drawContext) Performs the drawing operation for allchildren
of this renderer.void
LineSeparatorRenderer.drawChildren
(DrawContext drawContext) Performs the drawing operation for allchildren
of this renderer.void
ParagraphRenderer.drawChildren
(DrawContext drawContext) Performs the drawing operation for allchildren
of this renderer.void
TableRenderer.drawChildren
(DrawContext drawContext) Performs the drawing operation for allchildren
of this renderer.protected void
AbstractRenderer.endElementOpacityApplying
(DrawContext drawContext)