Package com.gophers.interfaces
Interface PDF
- All Known Implementing Classes:
PDFGenerator
public interface PDF
The PDF interface defines a method for generating a PDF report.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(AssignmentDetails assignmentDetails) Generates a PDF report based on the provided assignment details.
-
Method Details
-
generate
Generates a PDF report based on the provided assignment details.- Parameters:
assignmentDetails- theAssignmentDetailsobject containing information needed to create the PDF
-