Package tourplaner.business
Class Reporter
- java.lang.Object
-
- tourplaner.business.Reporter
-
public class Reporter extends java.lang.Object
PDF Report generierung mit iText Erstellt Reports über einzelne Touren und fasst alle Touren zusammen iText 4 ist gratis verfügbar, siehe: https://github.com/ymasory/iText-4.2.0
-
-
Constructor Summary
Constructors Constructor Description Reporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createTourReport(java.lang.String tourname)
Erstellt einen Tour Reportstatic void
sumReport()
Erstellt den Summary Report
-