Uses of Class
org.faceless.pdf2.PagePainter
-
Packages that use PagePainter Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of PagePainter in org.faceless.pdf2
Methods in org.faceless.pdf2 that return PagePainter Modifier and Type Method Description PagePainter
PDFParser. getPagePainter(int pagenumber)
Returns aPagePainter
for the specified page number.PagePainter
PDFParser. getPagePainter(PDFPage page)
Returns aPagePainter
for the specified page.
-