| Package | Description |
|---|---|
| rst.pdfbox.layout.elements.render | |
| rst.pdfbox.layout.text.annotations |
| Modifier and Type | Class and Description |
|---|---|
class |
RenderContext
The render context is a container providing all state of the current
rendering process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessor.afterPage(DrawContext drawContext)
Called after a page is drawn.
|
void |
HyperlinkAnnotationProcessor.afterPage(DrawContext drawContext) |
void |
UnderlineAnnotationProcessor.afterPage(DrawContext drawContext) |
void |
AnnotationProcessor.annotatedObjectDrawn(Annotated drawnObject,
DrawContext drawContext,
Position upperLeft,
float width,
float height)
Called if an annotated object has been drawn.
|
void |
HyperlinkAnnotationProcessor.annotatedObjectDrawn(Annotated drawnObject,
DrawContext drawContext,
Position upperLeft,
float width,
float height) |
void |
UnderlineAnnotationProcessor.annotatedObjectDrawn(Annotated drawnObject,
DrawContext drawContext,
Position upperLeft,
float width,
float height) |
void |
AnnotationProcessor.beforePage(DrawContext drawContext)
Called before a page is drawn.
|
void |
HyperlinkAnnotationProcessor.beforePage(DrawContext drawContext) |
void |
UnderlineAnnotationProcessor.beforePage(DrawContext drawContext) |
protected void |
HyperlinkAnnotationProcessor.handleAnchorAnnotations(AnnotatedStyledText annotatedText,
DrawContext drawContext,
Position upperLeft) |
protected void |
HyperlinkAnnotationProcessor.handleHyperlinkAnnotations(AnnotatedStyledText annotatedText,
DrawContext drawContext,
Position upperLeft,
float width,
float height) |
| Constructor and Description |
|---|
AnnotationDrawListener(DrawContext drawContext)
Creates an AnnotationDrawListener with the given
DrawContext. |
Copyright © 2021. All rights reserved.