Package com.gophers.services.handlers
Class PDFGenerator
java.lang.Object
com.gophers.services.handlers.PDFGenerator
- All Implemented Interfaces:
PDF
The PDFGenerator class generates PDF reports for assignments based on the
provided assignment details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(AssignmentDetails assignmentDetails) Generates a PDF report for the given assignment details.
-
Constructor Details
-
PDFGenerator
public PDFGenerator()Default constructor for the PDFGenerator class. Initializes a new instance of the PDFGenerator to generate PDF reports for assignments.
-
-
Method Details
-
generate
Generates a PDF report for the given assignment details.- Specified by:
generatein interfacePDF- Parameters:
assignmentDetails- theAssignmentDetailsobject containing data for the PDF
-