Package | Description |
---|---|
com.itextpdf.layout.renderer |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRenderer.applyDestinationsAndAnnotation(DrawContext drawContext) |
protected void |
AbstractRenderer.beginElementOpacityApplying(DrawContext drawContext) |
protected boolean |
AbstractRenderer.clipBackgroundArea(DrawContext drawContext, Rectangle outerBorderBox) |
protected boolean |
AbstractRenderer.clipBorderArea(DrawContext drawContext, Rectangle outerBorderBox) |
void |
TextRenderer.draw(DrawContext drawContext) |
void |
TableRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
TabRenderer.draw(DrawContext drawContext) |
void |
ListItemRenderer.draw(DrawContext drawContext) |
void |
LinkRenderer.draw(DrawContext drawContext) |
void |
ImageRenderer.draw(DrawContext drawContext) |
void |
IRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
BlockRenderer.draw(DrawContext drawContext) |
void |
AreaBreakRenderer.draw(DrawContext drawContext) |
void |
AbstractRenderer.draw(DrawContext drawContext)
Flushes the renderer subtree contents, i.e.
|
void |
TextRenderer.drawBackground(DrawContext drawContext) |
void |
TableRenderer.drawBackground(DrawContext drawContext) |
void |
CellRenderer.drawBackground(DrawContext drawContext) |
void |
AbstractRenderer.drawBackground(DrawContext drawContext)
Draws a background layer if it is defined by a key Property.BACKGROUND in either the layout element or this IRenderer itself.
|
protected void |
TableRenderer.drawBackgrounds(DrawContext drawContext) |
void |
TableRenderer.drawBorder(DrawContext drawContext) |
void |
CellRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if defined by any of the Property.BORDER values in either the layout element or this IRenderer itself.
|
void |
AbstractRenderer.drawBorder(DrawContext drawContext)
Performs the drawing operation for the border of this renderer, if defined by any of the Property.BORDER values in either the layout element or this IRenderer itself.
|
protected void |
TableRenderer.drawBorders(DrawContext drawContext) |
protected void |
TableRenderer.drawBorders(DrawContext drawContext, boolean hasHeader, boolean hasFooter)
Deprecated.
|
void |
TableRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all children of this renderer.
|
void |
ParagraphRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all children of this renderer.
|
void |
LineSeparatorRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all children of this renderer.
|
void |
AbstractRenderer.drawChildren(DrawContext drawContext)
Performs the drawing operation for all children of this renderer.
|
protected void |
AbstractRenderer.endElementOpacityApplying(DrawContext drawContext) |
Copyright © 1998–2018 iText Group NV. All rights reserved.