Uses of Class
com.itextpdf.layout.renderer.DrawContext
Packages that use DrawContext
-
Uses of DrawContext in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type DrawContextModifier and TypeMethodDescriptionprotected voidAbstractRenderer.applyDestinationsAndAnnotation(DrawContext drawContext) protected voidAbstractRenderer.beginElementOpacityApplying(DrawContext drawContext) protected booleanAbstractRenderer.clipBackgroundArea(DrawContext drawContext, Rectangle outerBorderBox) protected booleanAbstractRenderer.clipBackgroundArea(DrawContext drawContext, Rectangle outerBorderBox, boolean considerBordersBeforeClipping) protected booleanAbstractRenderer.clipBorderArea(DrawContext drawContext, Rectangle outerBorderBox) voidAbstractRenderer.draw(DrawContext drawContext) Flushes the renderer subtree contents, i.e.voidAreaBreakRenderer.draw(DrawContext drawContext) Throws an UnsupportedOperationException because instances of this class are only used for terminating the current content area.voidBlockRenderer.draw(DrawContext drawContext) voidImageRenderer.draw(DrawContext drawContext) voidIRenderer.draw(DrawContext drawContext) Flushes the renderer subtree contents, i.e.voidLinkRenderer.draw(DrawContext drawContext) voidListItemRenderer.draw(DrawContext drawContext) voidTableRenderer.draw(DrawContext drawContext) Flushes the renderer subtree contents, i.e.voidTabRenderer.draw(DrawContext drawContext) voidTextRenderer.draw(DrawContext drawContext) voidAbstractRenderer.drawBackground(DrawContext drawContext) Draws a background layer if it is defined by a keyProperty.BACKGROUNDin either the layout element or thisIRendereritself.voidCellRenderer.drawBackground(DrawContext drawContext) voidTableRenderer.drawBackground(DrawContext drawContext) protected voidTableRenderer.drawBackgrounds(DrawContext drawContext) voidAbstractRenderer.drawBorder(DrawContext drawContext) Performs the drawing operation for the border of this renderer, if defined by any of theProperty.BORDERvalues in either the layout element or thisIRendereritself.voidCellRenderer.drawBorder(DrawContext drawContext) Performs the drawing operation for the border of this renderer, if defined by any of theProperty.BORDERvalues in either the layout element or thisIRendereritself.voidTableRenderer.drawBorder(DrawContext drawContext) protected voidTableRenderer.drawBorders(DrawContext drawContext) protected voidTableRenderer.drawCaption(DrawContext drawContext) voidAbstractRenderer.drawChildren(DrawContext drawContext) Performs the drawing operation for allchildrenof this renderer.voidLineSeparatorRenderer.drawChildren(DrawContext drawContext) Performs the drawing operation for allchildrenof this renderer.voidParagraphRenderer.drawChildren(DrawContext drawContext) Performs the drawing operation for allchildrenof this renderer.voidTableRenderer.drawChildren(DrawContext drawContext) Performs the drawing operation for allchildrenof this renderer.protected voidAbstractRenderer.endElementOpacityApplying(DrawContext drawContext)