public class PDFDocument extends Object
| Constructor and Description |
|---|
PDFDocument(String authorName,
Map<String,Integer> yearToPublicationCount,
com.itextpdf.text.Document document,
com.itextpdf.text.pdf.PdfWriter pdfWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
pictureBackdrop(float x,
float y,
com.itextpdf.text.pdf.PdfContentByte cb)
Prints a square and fills half of it with a gray rectangle.
|
void |
pictureCircles(float x,
float y,
com.itextpdf.text.pdf.PdfContentByte cb)
Prints 3 circles in different colors that intersect with eachother.
|
Copyright © 2016. All rights reserved.