public class ReportGeneratorForHTML extends java.lang.Object implements IReportGenerator
Constructor and Description |
---|
ReportGeneratorForHTML() |
Modifier and Type | Method and Description |
---|---|
void |
rasterToHTML(java.lang.String fileName,
java.lang.String title,
java.lang.String[][] raster,
int numRows,
int numCols)
Creates and saves the data in HTML format
|
void |
reportOnDishes(java.util.ArrayList<Dish> menu)
Saves the statistics for the dishes
|
void |
reportOnEmps(java.util.ArrayList<Employee> personnel)
Saves the statistics for the employees
|
public void rasterToHTML(java.lang.String fileName, java.lang.String title, java.lang.String[][] raster, int numRows, int numCols)
public void reportOnEmps(java.util.ArrayList<Employee> personnel)
reportOnEmps
in interface IReportGenerator
personnel:
- list of employeespublic void reportOnDishes(java.util.ArrayList<Dish> menu)
reportOnDishes
in interface IReportGenerator
menu:
- list of dishes