| Package | Description |
|---|---|
| be.quodlibet.boxable | |
| be.quodlibet.boxable.image | |
| be.quodlibet.boxable.utils |
| Modifier and Type | Method and Description |
|---|---|
float |
Paragraph.write(PageContentStreamOptimized stream,
float cursorX,
float cursorY) |
| Modifier and Type | Method and Description |
|---|---|
void |
Image.draw(org.apache.pdfbox.pdmodel.PDDocument doc,
PageContentStreamOptimized stream,
float x,
float y)
Drawing simple
Image in PDPageContentStream. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PDStreamUtils.rect(PageContentStreamOptimized stream,
float x,
float y,
float width,
float height,
Color color)
Provides ability to draw rectangle for debugging purposes.
|
static void |
PDStreamUtils.rectFontMetrics(PageContentStreamOptimized stream,
float x,
float y,
org.apache.pdfbox.pdmodel.font.PDFont font,
float fontSize)
Provides ability to draw font metrics (font height, font ascent, font
descent).
|
static void |
PDStreamUtils.setLineStyles(PageContentStreamOptimized stream,
LineStyle line)
Provides ability to set different line styles (line width, dotted line,
dashed line)
|
static void |
PDStreamUtils.write(PageContentStreamOptimized stream,
String text,
org.apache.pdfbox.pdmodel.font.PDFont font,
float fontSize,
float x,
float y,
Color color)
Provides ability to write on a
PDPageContentStream. |
Copyright © 2020. All rights reserved.