Class SummarySection
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.structure.paginate.PaginatedSection
-
- tech.grasshopper.pdf.section.summary.SummarySection
-
public class SummarySection extends PaginatedSection
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description SummarySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayDatacreateDisplayData(int fromIndex, int toIndex)voidcreateSection()voidgenerateDisplay(int fromIndex, int toIndex)-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage
-
-
-
-
Method Detail
-
generateDisplay
public void generateDisplay(int fromIndex, int toIndex)- Specified by:
generateDisplayin classPaginatedSection
-
createDisplayData
public DisplayData createDisplayData(int fromIndex, int toIndex)
- Specified by:
createDisplayDatain classPaginatedSection
-
createSection
public void createSection()
- Specified by:
createSectionin classSection
-
-